Is there something equivalent to OmniCppComplete for java in vim ? I know of eclim but I think it is overkill for such a simple feature.
Vim editor supports Autocomplete by default for the standard text files and enables autocomplete for programmatic files by explicit configuration.
Running codeUsing javac , it quickly compiles any Java files you have open in your Vim if they have changed, then runs your class using java or JUnit. It uses Dispatch to run all this asynchronously.
See http://www.vim.org/scripts/script.php?script_id=1785
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With