ycm-core / YouCompleteMe

A code-completion engine for Vim
http://ycm-core.github.io/YouCompleteMe/
GNU General Public License v3.0
25.42k stars 2.81k forks source link

Java Support #400

Closed teasp00n closed 11 years ago

teasp00n commented 11 years ago

Would it be feasible to add java support to YCM? Something like the javacomplete plugin: http://www.vim.org/scripts/script.php?script_id=1785

Valloric commented 11 years ago

You can already have pretty good Java support with Eclim & YouCompleteMe (see the readme). A custom semantic completer for Java would be great; pull requests for that are welcome.

teasp00n commented 11 years ago

True, sorry I didn't see that in the readme. Cheers.