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

I have my dropins in a separate directory, referenced from my `eclipse.ini` as: `-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/my/dropins` When I build using ant, it doesn't find my dropins. The issue can be circumvented by...

Hey @ervandew, I've been having some trouble installing Eclim on my Linux machine. I have observed both #541 and #436. On Arch Linux, and probably other linux distributions, Eclipse is...

is there any plan to support deoplete under neovim?

Does eclim support maven3?

I'm working in a compute farm. For each machine running eclimd with unique port and workspace, by specify "-f local_eclimrc", then run vim. Each vim instance has to "dynamically" determine...

In the plugin/eclim.vim you don't need to deal with finding the basedir and adding those paths to the runtimepath, you can just use packadd. You could make the user add...

Is there any plans to make eclim work with neovim? (and with async support)

Neither PHP nor even the _p_ tags get indented in this example. ``` ``` An alternative script [also has](https://github.com/captbaritone/better-indent-support-for-php-with-html/issues/1) this issue. Is this Vim's fault? Vim 8.0.1176

Environment: emacs: 25.2 os: linuxmint 18.2 eclim:2.7.0 eclipse:4.7 java.lang.RuntimeException: Unable to find project source directory: /home/mike/Public/project/fpoker/server/dnn/src/test/java at org.eclim.plugin.jdt.command.src.NewCommand.execute(NewCommand.java:144) at org.eclim.command.Main$1.run(Main.java:100) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4497) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4110) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)...

I am not able to disable validation of javascript files on save. Each time `:w` a dot js file, the message `Unable to find 'jsl' command.` appears at the bottom....