Anyone know of any (free / open source) VI integra

2019-06-14 21:05发布

问题:

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.