I love vim, but not having things like IntelliSense/Code completion from Eclipse makes it pretty difficult. I know, I know, I should be able to look at method signatures and jav
Don't write Java in Vim — put Vim inside a Java IDE:
I love Vim, but using an IDE for Java is the only way to stay sane. A decent Java IDE will:
import
statements for youVim can't do the above, but you can use all the Vim keybindings in a program which does.