DEV Community

Discussion on: Who said that VIM cannot compete with IDEs?

Collapse
 
bezirganyan profile image
Grigor Bezirganyan • Edited

Well, actually most of your issues can be fixed :) Yes they don't do the job for 100%, since as you said it doesn't understand your code, but it can come pretty close

Auto import

Python - vimpy
Java - JavaImp
JS - ImportJS

Syntax check

Syntastic or
YouCompleteMe

Refactoring

I've heard about clighter8, which can do some refactoring for C/C++, haven't checked myself though

Navigation

The goto command in YouCompleteMe

Type based autocomplete

YouCompleteMe