简体   繁体   English

可以将gVim嵌入编辑器的IDE

[英]IDEs that can embed gVim as editor

Are there any IDEs that can embed gvim as its editor? 是否有任何IDE可以嵌入gvim作为其编辑器? I found PIDA for linux, I'm wondering if there are any windows equivalent for this. 我找到了适用于linux的PIDA ,我想知道是否有相同的窗口。 I'm not looking for Vi emulation, I am looking for IDEs that can fully embed gVim (so I can use all the Vim plugins). 我不是在寻找Vi仿真,我正在寻找可以完全嵌入gVim的IDE(所以我可以使用所有的Vim插件)。

Other than PIDA the only one I know is eclim which has a couple of modes (control eclipse from vim or embed vim inside eclipse window). 除了PIDA之外,我所知道的唯一一个是eclim ,它有两种模式(从vim控制eclipse或在eclipse窗口中嵌入vim)。 I haven't tried it myself but it looks like it supports Windows... 我自己没试过,但看起来它支持Windows ...

You can find a more comprehensive discussion of this with lots of projects (past and present) here . 您可以在此处找到有关此项目(过去和现在)的更全面的讨论。

You can use it with Visual Studio: 您可以在Visual Studio中使用它:

visual_studio.vim visual_studio.vim

NetBeans has support for jvi , which is a Java port of vim. NetBeans支持jvi ,它是vim的Java端口。 For every day programming, I hardly notice any functional difference between jvi and vim (except sometimes ^W does not work in edit mode.) 对于每天编程,我几乎没有注意到jvi和vim之间的任何功能差异(除了有时^ W在编辑模式下不起作用。)

Support for code completion, clickable function navigation, inline documentation, syntax highlighting, and other native Netbeans editor functionality is preserved. 支持代码完成,可单击的功能导航,内联文档,语法突出显示和其他本机Netbeans编辑器功能。 That is, jvi functionality does not remove native functionality, as I have experienced with other vim plugins that I have tried before. 也就是说,jvi功能不会删除本机功能,就像我之前尝试过的其他vim插件一样。

ViEmu is an add-in for Visual Studio that provides a Vim environment in the editor. ViEmu是Visual Studio的一个加载项,它在编辑器中提供Vim环境。 It is commercial and highly polished. 它是商业和高度抛光。

如果安装eclim, Eclipse可以使用vim嵌入运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 可以生成依赖关系树的工具或IDE? - Tool or IDEs that can generate dependency trees? IDE 的问题,当您在编辑器中单击一行时,光标不会转到最后一个写入的字符 - problem with IDEs which when you click on a line in editor, the cursor does't go to the last written character 哪些 Javascript IDE 可以显示 Three.js 的代码提示? - What Javascript IDEs can display code hints for Three.js? Java IDE与Microsoft IDE - Java IDEs vs Microsoft IDEs IDE 的可定制性 - Customizability of the IDEs 在swing应用程序中嵌入范围有限的java代码编辑器? - embed a java code editor with limited scope in a swing application? 我可以防止IDE通过TSLint或tsconfig自动包装属性吗? - Can I prevent IDEs from auto-wrapping attributes via TSLint or tsconfig? 如何在非处理IDE中运行处理的Python模式? - How can I run Processing's Python mode in non-Processing IDEs? 哪些IDE和文本编辑器可以推断出在C ++ 11中使用auto关键字声明的变量类型 - Which IDEs and text editors can deduce type of variables declared using auto keyword in C++11 我可以在Visual Studio(或其他IDE)中打开Delphi 2007项目吗? - Can I open my Delphi 2007 project in Visual Studio (or other IDEs)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM