Vim 中 C 编程的代码完成插件

发布于 2024-10-30 22:17:32 字数 324 浏览 3 评论 0原文

我正在为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

欲拥i 2024-11-06 22:17:32

我总是建议使用 clang Complete就像我这里所做的那样。其他答案可能对您也有用。

I would always suggest using clang complete like I did here. The other answers there might be useful for you as well.

相守太难 2024-11-06 22:17:32

这是一篇关于配置的长文章,看看它是否对您有帮助:

vim 中的自动补全 C/C++

Here is a long Article on the configuration, see if it helps you:

The autocompletion C/C + + in vim

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文