visual-studio 任何人都知道 Visual Studio 的任何(免费/开源)VI 集成?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/110477/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Anyone know of any (free / open source) VI integration for Visual Studio?
提问by Haoest
vi is for cool kids.
vi 是给酷孩子的。
采纳答案by sontek
- 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
- ViEmu- 不是免费但很棒的 Vim 仿真。
- Visual_Studio.vim- 允许您从 Vim 管理 Visual Studio。
- 使用 GVim 作为 Visual Studio 编辑器
回答by kizzx2
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.
在@joe的回答之后,Jared Parsons 创造了伟大的VsVim。它已在Visual Studio Gallery上展出。这是一个现成的扩展包。我下载了它,运行了文件,它开箱即用。它也是免费的。
回答by JaredPar
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
从 Visual Studio 2010 开始,您可以使用 VsVim。这是扩展程序库中提供的免费扩展程序。源代码托管在github上
回答by joe
- ViEmu- Not Free but great Vim emulation.
- Visual_Studio.vim- Allows you to manage visual studio from Vim.
- Using GVimas the Visual Studio Editor
- ViEmu- 不是免费但很棒的 Vim 仿真。
- Visual_Studio.vim- 允许您从 Vim 管理 Visual Studio。
- 使用 GVim作为 Visual Studio 编辑器
http://vim.wikia.com/wiki/Integrate_gvim_with_Visual_Studio
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?
并且 SO 在任何人都知道 Visual Studio 的任何(免费/开源)VI 集成中提供了相同的详细信息 ?
回答by Jamie
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
ViEmu 不是免费的,但只需 99 美元即可满足您的需求。
您可能还想阅读此http://vim.wikia.com/wiki/Integrate_gvim_with_Visual_Studio
回答by Kris Kumler
Have you tried the gvim OLE package? I have used it with previous versions of Visual Studio and it worked okay.
您是否尝试过 gvim OLE 包?我已经将它与以前版本的 Visual Studio 一起使用,并且工作正常。
http://www.vim.org/download.php#pc-- gvim##ole.zip
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.
支持 OLE 的 GUI 版本。这提供了一些额外的功能,例如与 Visual Developer Studio 的集成。但它使用了更多的内存。

