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

**Summary** I have identified a few classes with refactoring potential along with its estimated time to refactor, specifically AbstractCodeCompleteCommand.java. The estimated time is based on historical commits containing refactoring and...

After installing eclimd from the official website and running `/usr/lib/eclipse/eclimd` I get the following error: ``` 2022-05-29 18:17:08,946 ERROR [org.eclim.eclipse.EclimDaemon] Error starting eclim: java.lang.UnsupportedOperationException: The Security Manager is deprecated and...

I tried running the example from http://eclim.org/gettingstarted.html. Saving the file after ```System.``` didn't do anything. I then checked it once again with :Validate and it showed an error. In eclim...

when write java.lang.NullPointerException: Cannot invoke "org.eclipse.jface.text.contentassist.IContentAssistProcessor.computeCompletionProposals(org.eclipse.jface.text.ITextViewer, int)" because "processor" is null while executing command (port: 9091): -editor vim -command css_complete -p "SmartParking" -f "WebContent/xp.html" -o 143 -e utf-8

There has not been any action from the maintainers since 8 months. No feedback on issues or anything. This leads me to the question: Is this project dead? If so,...

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

why have E46:Region is guarded,cannot modify What should I do?

Have the following issue: $ ./eclim_2.8.0.bin Welcome to the installer for eclim 2.8.0. Please specify the path to your Eclipse.app directory. Ex: /Applications/Eclipse.app ~/Applications/Eclipse.app > /Applications/Eclipse\ Java.app No such directory:...

First, thank you for eclim! ### Problem `g:EclimJavaDebugLineHighlight` never highlights and none of my lines show the `g:EclimJavaDebugLineSignText ` ### Environment I'm using macvim on Mac High Sierra and connected...

# Problem Eclimd does not respond after running a process with threads looping in an infinite loop for a purpose and killing it via `Ctrl+C`. `ps | grep java` shows...