Vim Python completion
pythoncomplete is rather old and unmaintained. Try to use Jedi: https://github.com/davidhalter/jedi-vim It was originally an improved pythoncomplete, but is now much much more powerful! It works for complex code: And has additional features: There is a list of all possible features: builtin functions/classes support complex module / function / class structures ignores syntax and indentation … Read more