Possible Duplicate:
Vim autocomplete for Python
I use eclipse at work. Eclipse has this amazing feature where it can autocomplete based on methods and classes in your project space (as opposed to just autocompleting in just this file).
Does vim have plugins that provide similar capabilities?
i.e. if I defined foo()
in a.py editing b.py and typing fo
will result in foo()
being suggested??