Hacker News new | ask | show | jobs
by spijdar 1996 days ago
In case anyone reading doesn't realize, Vim can do keyword completions. It isn't automatic, but out of the box, you can press ctrl+n to move through a list of possible completions.

Not as elegant as some IDEs I'm sure, but if typing is stopping you from using longer names, this could help.

1 comments

Also, for IDE style completion:

https://github.com/ycm-core/YouCompleteMe