I was looking to replace some of the most frequently used settings I have for IntelliJ with vim (or emacs, if needed) & command line tools.
I use
- Auto-import of libraries
- Deployment of various services in Jetty with debugging (I use breakpoints a lot)
- Go to declaration, implementation, and tests.
- JavaLint (?) basically something like PyFlakes for Java which shows warnings, errors in-line
I like IntelliJ but have been having a ton of problems with it lately and I miss not being able to use VIM.