Vim 中 C 编程的代码完成插件
我正在为 Vim 中的 C 编程寻找一个好的代码完成插件。我自己已经找到了一些:
http://www.vim.org/scripts/script .php?script_id=1764 尽管它确实有一些非常好的功能,但它只有一个简短的 gif 文件作为文档,这使得它对我来说相当无用。真的很遗憾,我认为它几乎满足了我的要求。
理想情况下,我想要一个了解完整 C 标准库并具有上述插件功能的插件。
有什么想法吗?
I'm looking for a good code completion plugin for C programming in Vim. I already found some myself:
http://www.vim.org/scripts/script.php?script_id=1764
Even though this does have some very nice features, it only has a short gif file as documentation which makes it fairly useless to me. A shame really, I think it does almost what I want.
Ideally I want a plugin that knows the full C standard library, and has the features of the above plugin.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我总是建议使用
clang Complete
就像我这里所做的那样。其他答案可能对您也有用。I would always suggest using
clang complete
like I did here. The other answers there might be useful for you as well.这是一篇关于配置的长文章,看看它是否对您有帮助:
vim 中的自动补全 C/C++
Here is a long Article on the configuration, see if it helps you:
The autocompletion C/C + + in vim
我强烈建议使用 youcompleteme vim 插件。
https://github.com/ycm-core/YouCompleteMe#installation
I would strongly suggest the youcompleteme vim plugin.
https://github.com/ycm-core/YouCompleteMe#installation