vote up 8 vote down star
4

vi is for cool kids.

flag

32% accept rate

4 Answers

vote up 12 vote down
  1. ViEmu - Not Free but great Vim emulation.
  2. Visual_Studio.vim - Allows you to manage visual studio from Vim.
  3. Using GVim as the Visual Studio Editor
link|flag
does visual_studio.vim give you intellisense? – Haoest Oct 9 '08 at 20:37
No. The main thing it gives you is bidirectional jumps with the cursor in the right place, and a project file hierarchy. Unfortunately, it requires Python. I think what we're ALL looking for is something that: 1. Opens vim inside VS as a sub-window 2. Supports omnicompletion via VS intellisense – Dan Fitch Jan 19 at 18:24
vote up 4 vote down

ViEmu is not free but does what you want at a cost of $99.
You may also want to read this http://vim.wikia.com/wiki/Integrate_gvim_with_Visual_Studio

link|flag
vote up -1 vote down

Have you tried the gvim OLE package? I have used it with previous versions of Visual Studio and it worked okay.

http://www.vim.org/download.php#pc -- gvim##ole.zip

A GUI version with OLE support. This offers a few extra features, such as integration with Visual Developer Studio. But it uses quite a bit more memory.

link|flag
gvim ole stopped working as of Visual Studio 6 (2002) – Zathrus Sep 25 '08 at 15:50
vote up -2 vote down

How hard would it be for some of us to start an open-source version of viemu? I mean, if they can do it, why can't we? It looks like something that tons of people want. I will even help out on it.

link|flag
At the same time, if you really want a piece of software and its for your job, why re-write something when someone's already written something fine? I have no problem paying for great software (I don't have ViEmu, but intend to purchase once I use VS more often) – Chet Jul 28 at 20:36
If everyone felt the same way about all software we would all be using Microsoft software (at a more inflated price I'm sure) and no open source. I like programming. It looks like there is a great need. Let's do something about it. – Brandon Jul 29 at 14:56
As long as this is just a vague idea of something that could be done, I don't think it answers the OP's question... – sth Aug 25 at 15:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.