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

map -> { map.forEach(...) causes a `[checkstyle] Got an exception - expecting EOF, found 'map'`

**Why we need this pull request:** We want to be able to sort the suggestion in our own eclim client. There is already a pull request (#474) which would allow...

Apache Maven Eclipse Plugin has been retired (https://maven.apache.org/plugins/maven-eclipse-plugin/) Would be great if we could have some support for eclipse M2Eclipse since `mvn eclipse:eclipse` for existing projects not always seems to...

Versions: - VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Dec 04 2016 19:46:07) - eclim 2.6.0 - eclipse 4.6.1 Test case: ``` $ mkdir /tmp/foo && cd /tmp/foo...

I use vim 8.0 with corrections 1-92 and eclim 2.5.0 I have a problem how eclim interacts with the vim quickfix list. After I start vim and do :make I...

The top bar on Mac shows the application name. For the installer, it shows 'Boot'. Screenshot below: ![screen shot 2016-08-25 at 4 53 09 pm](https://cloud.githubusercontent.com/assets/2791268/17989738/713d13ca-6ae4-11e6-9ef2-c57e1faec7d3.png) Mac OS X version: 10.11.6...

When I use the .jar installer to install Eclim 2.6.0 for Eclipse Neon, everything installs correctly, however, as soon as I open Eclipse, the "Migration Wizard" (un)helpfully notices there are...

Is it possible to assign the value of `JavaClasspath` to `g:syntastic_java_javac_classpath` so Syntastic Java checker will work with eclim?

Relevance parameter has been taken into account when sorting code completion proposals.

I have a jar file in eclipse project, and after use **JavaSearch** to navigate the source file in it, vim will open the source file in tmp path(such as /tmp/eclim/org/aa/bb.java),...