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

After using eclim I can see files in /tmp/eclim dir readable by all: ``` pony@adel:/tmp$ ls -l | grep eclim drwxr-xr-x 3 pony pony 4096 Jun 7 12:27 eclim ```...

I've got eclimd running and things seem to be working but I noticed I am missing many of the eclim vim commands such as: 1. http://eclim.org/vim/java/search.html#javasearch ( no command :JavaSearch...

When I click mouse on the list's option , it can not be selected as I want .

When installed through the arch package, eclim sets an autocmd on CursorMoved to search for error at current line, even outside of an eclipse project. This conflicts with any other...

But I managed to find that it works if I enter the command as: `:EclimHelp index.html` In my vim's `:help` you can see there is the `html` suffix added to...

Hi there! I've managed to get eclim working as a headless completion server for Java, and thought I would kick the tires on C++. I've installed CDT via j2 as...

Take a look at this code, always trying to autocomplete after 'is_': ``` ``` Eclim autocompletion breaks after '

Can't find any resources, would greatly appreciate if someone could just give intro on how to setup a Rails project in Eclim. So far I've just done ProjectCreate with ruby...

Hi, let me start by saying I think eclim is excellent! A really nice, powerful piece of sortware. It works perfectly for normal java and python projects. I'm trying to...

Hi Eric Please see the constructor of Image class in https://github.com/paprykarz/eclimtest and try to complete its argument. In this situation I get menu with namespaces: ``` Image Image - Core\Domain\Models...