Anyone know of any (free / open source) VI integration for Visual Studio?

心已入冬 提交于 2019-12-08 14:26:30

问题


vi is for cool kids.


回答1:


  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



回答2:


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.




回答3:


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

  • http://github.com/jaredpar/VsVim
  • http://visualstudiogallery.msdn.microsoft.com/en-us/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329



回答4:


  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

http://vim.wikia.com/wiki/Integrate_gvim_with_Visual_Studio

and SO has same details available in Anyone know of any (free / open source) VI integration for Visual Studio?




回答5:


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




回答6:


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.



来源:https://stackoverflow.com/questions/1141992/free-vim-add-in-for-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!