vi is for cool kids.
views:
1178answers:
4
+15
A:
- ViEmu - Not Free but great Vim emulation.
- Visual_Studio.vim - Allows you to manage visual studio from Vim.
- Using GVim as the Visual Studio Editor
sontek
2008-09-21 07:32:25
does visual_studio.vim give you intellisense?
Haoest
2008-10-09 20:37:43
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-window2. Supports omnicompletion via VS intellisense
Dan Fitch
2009-01-19 18:24:18
If you add VsVim at the top, this answer would be best :)
Noah Richards
2010-08-31 18:10:41
+4
A:
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
Jamie
2008-09-21 07:34:58
A:
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.
Kris Kumler
2008-09-21 12:01:34
+4
A:
Starting with Visual Studio 2010 you can use VsVim. It's a free extension available on the extension gallery. Source code is hosted on github
JaredPar
2010-08-31 17:42:03