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'm reporting this here but maybe it's a vim-fugitive issue. It seems that the usage of the current_compiler variable: autoload/fugitive.vim:2630: let b:current_compiler = 'git' conflict with Eclim, even in the...

It would be great to be able to easily get the fully qualified type of an object at the cursors point, eg. ``` Queue q = new ArrayDeque(); // With...

Can we have `Search in Path` functionality in Eclim, so that we can search a word in any file, not only within Java file. Thank you.

This brings initial kotlin support into eclim to fix #453. Please review, especially the vim part (copy/paste/modify from the groovy support). I didn't really have time to add unit tests,...

I'm using Xtend (http://www.eclipse.org/xtend/) programming language in my java projects. I tried to use Eclim features on it just to see if it works and it doesn't (pretty obvious). I...

I've successfully compiled eclim with the following command: ``` ant \ -Declipse.home=/usr/lib/eclipse \ -Declipse.local=$HOME/.eclipse/org.eclipse.platform_4.5.0_155965261_linux_gtk_x86_64/ \ -Dvim.files=$HOME/.vim/bundle/vim-eclim ``` However launching _eclimd_ is not possible ``` $ ~/.eclipse/org.eclipse.platform_4.5.0_155965261_linux_gtk_x86_64/eclimd /usr/bin/java -version java version...

How to solve this problem? I can not find information about this error. Command in vim :ProjectCreate HelloWorld -n java Error Unable to find nature for alias 'java'. > Application...

So I've used :JavaSearchContext to jump directly to the declaration of a method; however, what I want to do is jump to the _implementation_. In Eclipse you can do this...

While running long tests, the output is vital to see how far along a test is, whether it has hung, whether there are errors connecting to the server, etc. This...

I noticed something while helping a colleague get set up with eclim with a maven project that caused `:Mvn` to not jump to the first build error. Specifically, the current...