Y
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
johncoltrane
4779 days ago
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.
link