Hacker News new | ask | show | jobs
by u801e 3024 days ago
> Don't vim have decent autocomplete?

It does, but it requires that the word to be autocompleted is present in one of the other loaded buffers. If you're typing out a new variable name, it won't work.

1 comments

So it doesn't take libraries into account?
I was referring to the regular complete feature (rather than omnicomplete). The default setting is supposed to take included files into account, but that feature doesn't appear to work with imports in python.
Not unless you use a plugin like YouCompleteMe