Vim:适用于 Python 和 PHP 的优秀自动完成插件
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 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!
您可以使用以下内容:
对于 Python: http://www.vim.org/scripts /script.php?script_id=30
对于 PHP:http:// www.vim.org/scripts/script.php?script_id=1571
You can use following:
For Python: http://www.vim.org/scripts/script.php?script_id=30
For PHP: http://www.vim.org/scripts/script.php?script_id=1571