Hacker News new | ask | show | jobs
by chimpburger 2630 days ago
Vim was designed for editing _text_. It was not designed for semantic analysis of _code_. The semantic plugins for Vim are hacky addons.

Having Vim bindings in IntelliJ is indeed the best of both worlds.

1 comments

How do you get IntelliJ to not shred your CPU to pieces while indexing all the time?
It should not be indexing all the time. Only when you load a new project.