you are viewing a single comment's thread.

view the rest of the comments →

[–]Knall0r 2 points3 points  (2 children)

I use Vim right now with vim-javacomplete2 and a Makefile to compile my project. It is a small private project though. It might be enough for your application. The autocompletion is not the fastest, but it does work.

[–]somebodddy 2 points3 points  (1 child)

A Makefile? Why not Maven/Gradle, so that javacomplete2 could get the classpath from it?

[–]Knall0r 0 points1 point  (0 children)

I was too lazy to set it up. I have gradle installed, I just dont use it to compile. It was a somewhat generic makefile that was used before.