eclim icon indicating copy to clipboard operation
eclim copied to clipboard

Expose eclipse features inside of vim.

Results 101 eclim issues
Sort by recently updated
recently updated
newest added

Add support for running ProjectRefresh command from vim in an async manner. Currently when running the command vim is blocked until the refresh is completed. This can take some time......

Autocompletion (via ^X^O, ^X^U, or YCM's auto-popup) when in a line such as "new Server" will complete only the class name, and not the constructor; the preview window will show...

No luck installing Eclim, does anybody know what the error below means. ![screenshot from 2017-02-23 22-00-06](https://cloud.githubusercontent.com/assets/25716192/23292343/fc0f91bc-fa13-11e6-82cc-8dac28514970.png) I have eclipse neon installed(the latest version).

Since java 1.8 is recommended for eclim then MaxPermSize option should be removed from the build process. eclim_2.5.0.jar!/installer.xml:134: java.lang.RuntimeException: error: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support...

When using ``let g:EclimCompletionMethod = 'omnifunc'``, autocompletion doesn't work. I'm trying to integrate it with YouCompleteMe. When manually doing CTRL-X,CTRL-O i get the following error: ``` java.lang.RuntimeException: No command 'java_complete'...

Is there a way to highlight the line you are currently debugging? Not working for me at the moment. Also, if you want I can help you clean all the...

Hi ervandew, First of all, congratulations for your amazing job on eclim. I got a question on the PhpSearchContext feature. Look at this piece of code: ```php

when I use eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz and eclim_2.2.7.jar everything is ok, however,when I use eclipse-java-neon-2-linux-gtk-x86_64.tar.gz and eclim_2.6.0.jar as follow step,the eclimd stuck and donot listen .I think it is the problem of...

At the moment, eclim only supports javascript lint http://www.javascriptlint.com/news.php which is inactive for more than 10 years. Because of that, jsl keeps showing warnings for es6 syntax. Please consider switching...

Not to be confused with Vim's quick fix list functionality: I'm referring to Eclipse's "Quick Fix" feature (Menu: `Edit -> Quick Fix`, or pressing `Ctrl+1`). The provided suggestions are extremely...

feature