Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrj/awesome-eclipse
List of awesome plugins and other resources for eclipse
https://github.com/hrj/awesome-eclipse
List: awesome-eclipse
Last synced: 3 months ago
JSON representation
List of awesome plugins and other resources for eclipse
- Host: GitHub
- URL: https://github.com/hrj/awesome-eclipse
- Owner: hrj
- License: cc0-1.0
- Created: 2015-08-13T07:50:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T14:53:39.000Z (about 5 years ago)
- Last Synced: 2024-05-19T21:16:47.570Z (6 months ago)
- Size: 11.7 KB
- Stars: 25
- Watchers: 10
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- more-awesome - Eclipse IDE - Plugins and other resources for eclipse IDE. (Programming)
README
# awesome-eclipse [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
List of awesome plugins and other resources for the [Eclipse IDE](https://eclipse.org/)
## Open-source Plugins
### General Purpose
* [Vrapper](https://github.com/vrapper/vrapper) : Thorough Vim emulation inside Eclipse editors
* [Relative number ruler](https://github.com/matf/relativenumberruler). Especially useful for and works with Vrapper.
* [Indent Guide](http://sschaef.github.io/IndentGuide/) : A visual guide based on indent level
* [Font-size](https://code.google.com/p/eclipse-fonts/) : Easily control font size
* [Quick Search](https://spring.io/blog/2013/07/11/eclipse-quick-search) : Simple search, almost instant results that update as you type. Note, the update site location has changed. New location is listed [here](https://spring.io/tools/sts/all).
* [AnyEditTools](https://github.com/iloveeclipse/anyedittools) : More customization for text-based editors### Collaboration
* [Saros](http://www.saros-project.org/) : Edit collaboratively over XMPP### Visualisation tools
* [KlassViz](https://github.com/OpenKieler/klassviz): Class visualisation
* [JDT Codemining](https://github.com/angelozerr/jdt-codemining)
* [jGRASP](https://www.jgrasp.org/index.html) - Created to provide software visualizations that work in conjunction with the debugger such as [Control Structure Diagrams](https://www.jgrasp.org/csd.html), [UML Class Diagrams](https://www.jgrasp.org/uml.html) and [Object Viewer](https://www.jgrasp.org/viewers.html)### Language support
* [Scala](http://scala-ide.org/)
* [Kotlin](https://github.com/JetBrains/kotlin-eclipse/)
* [Markdown](https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin)
* [Clojure](https://github.com/laurentpetit/ccw)
* [Xtend](https://www.eclipse.org/xtend/)
* [Rust](https://github.com/RustDT/RustDT)## Closed-source plugins
(TODO)## Contributing
Submit a PR, or just raise an issue, to add your favourite plugins or resources.This work is distributed under the [CC0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) license.