https://github.com/ervandew/eclim
Expose eclipse features inside of vim.
https://github.com/ervandew/eclim
Last synced: about 2 months ago
JSON representation
Expose eclipse features inside of vim.
- Host: GitHub
- URL: https://github.com/ervandew/eclim
- Owner: ervandew
- License: gpl-3.0
- Archived: true
- Created: 2009-12-12T21:15:30.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T20:46:11.000Z (over 1 year ago)
- Last Synced: 2024-09-26T22:43:07.351Z (about 1 year ago)
- Language: Java
- Homepage: http://eclim.org
- Size: 96.9 MB
- Stars: 1,040
- Watchers: 51
- Forks: 127
- Open Issues: 132
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- useful-java-links - Eclim - java-links/blob/master/img/impossible-proprietary-code-linking.png?raw=true) (V. Tools for developing / 1. IDE)
README
.. Copyright (C) 2005 - 2012 Eric Van Dewoestine
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Welcome to Eclim on GitHub
==========================
.. note::
(Aug. 03, 2024)
Eclim has reached its end of life. The Language Server Protocol (LSP) and
the various implementations are mature enough that eclim has become
unnecessary.
It has been a great run (nearly 20yrs!) and I'm grateful for everyone that
helped out, from bug reports to patches, it's been awesome.
.. _overview:
==================
Overview
==================
The primary goal of eclim is to bring Eclipse_ functionality to the Vim_
editor.
* For more details, please visit eclim.org_.
* If you have any questions, you can post them to the `eclim user mailing
list`_.
* If you would like to report a bug or feature request, feel free to create a
new issue_ here on github.
.. _other_editors:
======================
Emacs / TextMate Users
======================
Be sure to check out the eclim clients being developed for your editor of
choice:
* `Emacs client`_
* `TextMate client`_
.. _license:
==================
License
==================
Eclim is released under the GPLv3_.
.. _eclim.org: http://eclim.org
.. _eclim user mailing list: http://groups.google.com/group/eclim-user
.. _issue: http://github.com/ervandew/eclim/issues
.. _eclipse: http://eclipse.org
.. _vim: http://www.vim.org
.. _gplv3: http://www.gnu.org/licenses/gpl-3.0-standalone.html
.. _Emacs client: https://github.com/emacs-eclim/emacs-eclim
.. _TextMate client: http://github.com/JulianEberius/Eclim.tmbundle