问题描述
有可能让Vim完成代码,就像在任何其他IDE(不只是单词搜索,但类成员,方法等)。
这是可能的,但大多数人没有。
vim是一个相当通用的编辑器,它说,它包含一些代码完成功能,如字完成,etcetera,但没有喜欢,说,Delphi的IDE。 p>
这样的系统可以通过脚本来添加vim - vim可以直接运行多种脚本语言,使得这很容易,或者您可以通过外部脚本发送文件。
Is it possible to make Vim complete the code for you, like in any other IDE (not just word searching, but members of classes, methods etc.)?
What are the best options / plugins available?
It's possible, but most people don't.
vim is a fairly generic editor, that said, it does contain some "code completion" features such as word completion, etcetera, but nothing like the likes of, say, Delphi's IDE.
Such a system could be added by scripting vim - vim can directly run several scripting languages that make this easy, or you could send the file through an external script.
这篇关于Vim代码完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!