Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim Java code completion?

Tags:

java

vim

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.

like image 381
Naseer Avatar asked May 08 '09 12:05

Naseer


People also ask

Does Vim support code completion?

Vim editor supports Autocomplete by default for the standard text files and enables autocomplete for programmatic files by explicit configuration.

Can we code Java in Vim?

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.


1 Answers

See http://www.vim.org/scripts/script.php?script_id=1785

like image 138
user55400 Avatar answered Sep 23 '22 18:09

user55400