Jedi in Vim allows one to autocomplete in Python by pressing Ctrl-Space.
Is there a way for the autocomplete to just work automatically without having to press Ctrl-Space to bring up the intellisense/autocomplete box?
Thanks!
Jedi in Vim allows one to autocomplete in Python by pressing Ctrl-Space.
Is there a way for the autocomplete to just work automatically without having to press Ctrl-Space to bring up the intellisense/autocomplete box?
Thanks!
The AutoComplPop plugin automatically opens the popup menu for any (built-in or custom) completion. (You need to configure it, though.) It's apparently not actively maintained any longer, but it still works and I use it occasionally.
As others already mentioned in the comments, other (big) plugins ship with the auto-completion feature, but you then get all sorts of unrelated functionality, too.