Vim:适用于 Python 和 PHP 的优秀自动完成插件

发布于 2024-10-10 10:50:15 字数 265 浏览 4 评论 0原文

我使用 Vim 和 ctags 进行开发。我发现 ctags 在定义时非常有用,但我不知道有什么好的插件可以利用 ctags 来实现巧妙的自动完成。看来 Vim 默认的自动补全功能不太好。当我写setomnifunc时?在 Vim 中,我得到这样的信息:

omnifunction=pythoncomplete#Complete

我确实了解 C++ 的 OmniComplete,但我不知道有什么好的 Python 和 PHP 插件。有人有想法吗?

I use Vim with ctags for development. I found ctags to be very useful in going to definitions, but I don't know a good plugin to make use of ctags for clever auto completion. It seems that the default Vim auto completion is not good. When I write set omnifunc? in Vim, I get this:

omnifunction=pythoncomplete#Complete

I do know about OmniComplete for C++, but I don't know any good plugin for Python and PHP. Does anybody have an idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

晒暮凉 2024-10-17 10:50:15

对于 Python,您可以使用此处指定的 .vimrc 文件:

Ultimate Vim Python setup。

我想您会喜欢它:)

快乐维明,新年快乐!

For Python, you can use the .vimrc file specified here:

Ultimate Vim Python setup.

I think you will like it :)

Happy vimming and Happy New Year!

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