Is it any free Visual Studio addons that emulate vim text edit mode? For now I have found only ViEmu, but it's 100$ :(.
+10
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
http://vim.wikia.com/wiki/Integrate_gvim_with_Visual_Studio
and SO has same details available in http://stackoverflow.com/questions/110477/anyone-know-of-any-free-open-source-vi-integration-for-visual-studio
joe
2009-07-17 08:22:55
As i can see, only commercial viemu allows to edit code INSIDE visual studio with vim editing commands? Rest just allows to compile VS project from withing gvim?
Eye of Hell
2009-07-17 08:49:22
You somply copied sontek's answer from that other question? Wow.
innaM
2009-07-17 10:19:38
@Manni : I have mentioned that these details available in SO Link....
joe
2009-07-17 11:23:17
@innaM: and he gets upvotes for copying :P
kizzx2
2010-08-20 05:18:23
+8
A:
After @joe's answer, Jared Parsons created the great VsVim. It's been featured on Visual Studio Gallery. It's a ready extension package. I downloaded it, ran the file and it worked out of the box. It's free, too.
kizzx2
2010-06-09 13:20:27
It's still not entirely feature complete (for example, ci"/di" and other related commands, to change or delete within a given set of quotes/parens/etc are not implemented which drives me crazy).
Tyler
2010-09-08 15:16:29