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

No big deal but shows where a leak may occur: ``` 2017-10-20 02:40:42,033 INFO [org.eclim.eclipse.EclimDaemon] Eclim Server Started on: 127.0.0.1:9091 java.lang.OutOfMemoryError: Java heap space at com.martiansoftware.nailgun.NGSession.run(NGSession.java:215) ``` To reproduce: when...

If I run ``` java -jar eclim_2.5.0.jar ``` it (currently) tries to install version `6.0.X` of PyDev, but this is an incompatible version and the resulting setup is not usable....

I'm trying to use eclim with eclipse but it gives a null-pointer exception. I use MacOS 10.12.6, Eclipse oxygen and eclim 2.7.0. The problem seems to occur when I run...

The fact that you can pass command line arguments to `:Java` seem to be [undocumented](http://eclim.org/vim/java/java.html).

## Content of the pull request: - added an new **HTTP Interface** - added a new '**file_save**', '**file_list**', and '**file_delete**' command - added a new '**add_dependency**' and '**remove_dependency**' command -...

Kotlin 1.0 is out. It has plugin for Eclipse with code completion, correction etc. But doesn't work in eclim. http://kotlinlang.org/

I tried setting up eclim 2.6 to use the msys2 version of vim 8 (I have Eclipse Neon installed as well). To test the setup, I ran `:PingEclim` which resulted...

Installer failed with log (Application error) I tried install eclim. but I can not install with some failed logs. How can I do? https://gist.github.com/anonymous/73e7274b3a9619f9690c01403437a6e2

in vim call :ScalaImport, eclipse file is changed, but not save, i need save it manually in eclipse and call :e! in vim to update the import. please fix this....