Useful Eclipse Plugins
Introduction
The functionality of Eclipse can be extended with more plugins and these are often free and sometimes open source. They can usually be installed the same way as you first installed WOLips. Simply get the appropriate update "Update URL" for the plugin (or sometimes a selection of plugins are available from the author), create a remote update site and install. The remote update site URL can usually be found somewhere in the documentation and often is more convenient that downloading the files and installing from HD.
Of course, if you are reading this, it goes without saying that WOLips is the most useful plugin of all!
Useful Plugins
Name | Details |
---|---|
EGit | Eclipse plugin for git version control
|
Subclipse | Essential Subversion client
|
AspectJ Development Tools (AJDT) for Eclipse | Easily apply AspectJ pointcuts in your code using this Eclipse Plugin. AspectJ itself is already included in the plugin, so you don;t need to download or install it separately. |
Jaspersoft Studio | JasperReports report editor plug-in. Check for updates every month since this is a new product under active development. |
Zen Coding | Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. |
JSEclipse | JavaScript editor |
QuickREx | Provides regular expression building tool in a View |
AnyEdit | AnyEdit plugin adds several new tools to the context menu of text- based Eclipse editors, to Eclipse main menu and editor toolbar. |
JD-Eclipse | On the fly decompilation of .class files - useful for debugging. |
Jadclipse | On the fly decompilation of .class files - useful for debugging. |
FindBugs | Finds bugs via static analysis. |
Metrics | Analyzes code and can identify problem areas where complexity is too high (long methods, too many parameters, too much indentation, etc.) |
PMD | Static code analysis, finds problems in your code |
TestNG | Unit testing |
CheckStyle | Checks your code is consistent with a customisable set of coding rules |
Color Themes | |
JIRA Connector | Integrates JIRA bug tracking into Eclipse Mylyn task management |