Vim: Goot AutoCompletion Plugin for Python and PHP

Posted by Rafid K. Abdullah on Stack Overflow See other posts from Stack Overflow or by Rafid K. Abdullah
Published on 2010-12-31T07:41:14Z Indexed on 2010/12/31 7:53 UTC
Read the original article Hit count: 297

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about python