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

Formatting in eclipse with CSF changes the file. Formatting in vim with :%JavaFormat (or any other selection) doesn't change the file (no errors). eclim2.8 / eclipse 2018-12

``` $:~/eclipse/mars$ ./eclimd /usr/lib/jvm/default-java/bin/java -version java version "1.7.0_79" Java(TM) SE Runtime Environment (build 1.7.0_79-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode) /usr/lib/jvm/default-java/bin/java -d64 -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=256m -Xms256m -Xmx1024m -jar...

Eclipse provides `indicators` in its "gutter" on the left, where you can hover your mouse and see something like this: ![image](https://user-images.githubusercontent.com/18521457/52513348-e7482380-2bcf-11e9-92a3-b65c152655bd.png) Is this possible in `eclim`?

I'm having this issue with `openjdk 1.8.0_151` and `eclipse 4.7.2`. FYI, I'm running an headless server. ``` /usr/bin/java -version openjdk version "1.8.0_151" OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12) OpenJDK 64-Bit Server...

If, for instance, my cursor is on the `p` in `System.out.println("Hello World");` in a basic demo file, and I run `:JavaDocSearch`, I get: `No resulds for 'println'.` An analogous error...

I enter the command like this :JavaRename In the console at the bottom I am asked to type 'e' to confirm my renaming of this class. I type 'e' and...

Hello, I am desperately trying to install eclim on archlinux via the `eclim.bin` installer. Here is the command I ran: ``` $ eclim_2.7.2.bin --yes --eclipse=/usr/lib/eclipse --vimfiles=~/.local/share/nvim --plugins=jdt,wst Welcome to the...

If, for instance, my cursor is on the `S` in `System.out.println("Hello World");` in a basic demo file, and I run `:JavaSearchContext`, I get: ``` java.lang.RuntimeException: java.lang.IllegalArgumentException: File 'jar:file:///usr/lib/jvm/java-10-oracle/lib/jrt-fs.jar!java/lang/System.class' not found....

Vim on ubuntu 18.04 has been compiled with python3 support, not with python support. Changing the lines in the vim-code reading: `has('python')` into `has('python3')` solves this problem. Probably this should...

Hi, when I want to do code completion by c-x c-o, eclim complains "completefunc not set" then I do the next several steps to look up what is wrong about...