Hacker News new | ask | show | jobs
by juanManuel 4779 days ago
You could also use CTRL-N in Vim. It autocompletes for any language (though it is not intellisense).
1 comments

Language-aware completion is called "omni completion" and triggered with <C-x><C-o>. <C-n> does keyword completion which is much dumber than its sibling but works.