ycm-core / YouCompleteMe

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

java completion #359

Closed Rugal closed 11 years ago

Rugal commented 11 years ago

many thanks for YCM
I am a C/Java/Python programmer and I like to use YCM to complete my C code ,unfortunately there have no function to complete Java just as jedi-vim can complete Python,which will automatically scan lib file and supply hint follow the DOT,even parameters will be displayed on screen,just like IDE.
If you can make that possible or give me some support to make that feasible,I assume its really a fun a great issue!

szw commented 11 years ago

Have you tried eclim? http://eclim.org/

chtenb commented 11 years ago

:+1: I suppose a semantic completer utilizing eclim could be written easily.

fwalch commented 11 years ago

YCM already works with Eclim; see the README.

Valloric commented 11 years ago

As others have said, use eclim. A custom semantic completer for Java would be great for YCM, but I have no plans on building it myself in the foreseeable future. Pull requests implementing it are welcome.

Rugal commented 11 years ago

Thank you£¡I will have a try