The power of Eclipse in your favorite editor.
Eclim provides the ability to access Eclipse features (code completion, searching, code validation, and many more) via the command line or a local network connection, allowing those features to be integrated with your favorite editor. Eclim provides an integration with Vim, but third party clients have been created to add eclim support to other editors as well (emacs, sublime text 2, textmate).
There are three primary usage scenarios in which eclim is designed to be used:
The first scenario is for those for which vim is their primary editing interface. In this scenario you run a headless instance of eclipse which all vim instances can then communicate with to provide the various eclipse features.
The second scenario is for those who prefer using vim as their main interface, but frequently end up jumping back to eclipse for any features not provided by eclim. In this case you can run the eclim server inside of the eclipse gui and then interact with it via external vim instances just like the first scenario.
The last scenario is for those who wish to use the eclipse interface full time, but want to use gvim as an embedded eclipse editor. Just like the previous use case, the eclim server is run inside of the eclipse gui and the embedded gvim will interact with it just like external vim instances would. This feature is only support on Windows and Unix systems (where gvim is compiled with the gtk gui).
Note
Please be aware that the embedded vim does not behave like a standard eclipse editor. It's a separate program (vim) embedded into eclipse, so eclipse features are provided by eclim's vim plugins and not the usual eclipse key bindings, context menus, etc. For those that just want vim like key bindings in their eclipse editors, vrapper is an excellent alternative which provides exactly that.
Eclim is released under the GPLv3.
You can follow the eclim install guide which will walk you through downloading and installing eclim.
After you've installed eclim, you can refer to the getting started page which will walk you through creating your first project.
If at any time you have any questions or feedback, feel free to post to one of the eclim mailing lists:
If you would like to get help or ask questions on IRC, then feel free to join #eclim on freenode.net. Please note that I (Eric Van Dewoestine, ervandew on irc) try to stay in the channel as much as possible, but I might not be available to answer questions immediately. It's also worth noting that I live in California, so if you are in Europe, Asia, or some other timezone whose normal waking hours don't overlap well with mine, then you may be better off getting help using one of the mailing lists above.
If you've found a bug please report the issue to either the eclim-dev mailing list or create a new issue on eclim's github issue tracker.
When reporting a bug, please include the following information:
Eclim has been updated to support the Android Development Toolkit version 22.0.0, scala is now supported for both Juno and Indigo, and there are a few other improvements and many bug fixes.
The most notable change in this release is support for Eclipse 3.8 with the Indigo release (1.7.13). Both releases also include several small bug fixes.
This is another bug fix release which includes support for the latest Android development toolkit (21.0.0).
This is a bug fix release for Windows users which fixes executing of eclim commands from vim:
Two new eclim updates are once again available with several bug fixes and improvements.
Please note that the Scala IDE , which eclim uses to provide scala support, is not yet available for Eclipse 4.2 (Juno), so eclim's scala support will not be available for the eclim 2.2.x releases until sometime after the Scala IDE has been updated for Juno.
Another set of releases are now available for both Juno and Indigo. These both include several bug fixes along with new support for creating android projects.
Eclim also has a newly redesigned site using the sphinx bootstrap theme.
Two new versions of eclim have been released, one for the latest Eclipse version, Juno, the other a bug fix release for the previous version of Eclipse, Indigo.
Warning
Non vim users (emacs-eclim, subclim, etc.): The underlying command response format for eclim has changed, which means that any project relying on the old format isn't going to work. So if you are installing eclim for use with a client other than vim, then be sure to check with the client project to see if it has been updated for eclim 1.7.3 or later.