Useful Eclipse Plugins
Version 73.1 by Kieran Kelleher on 2007/07/12 13:58
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 somtimes a selection of plugins), create a remote update site and install)
Useful Plugins
Name | Details |
---|---|
Subclipse | Essential Subversion client http://subclipse.tigris.org/ |
QuickREx | Provides regular expression building tool in a View http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html |
AnyEdit | AnyEdit plugin adds several new tools to the context menu of text based Eclipse editors, to Eclipse main menu and editor toolbar. http://andrei.gmxhome.de/eclipse.html AnyEdit contributes also Import/Export working sets wizards. AnyEdit also allows you to automatically remove trailing whitespaces and/or perform tabs<->spaces conversion on a "save" action in all text-based Eclipse editors, and can show whitespace in text editors. |
Jadclipse | On the fly decompilation of .class files - useful for debugging. http://jadclipse.sourceforge.net/ Works in association with jad executable. |
FindBugs | Finds bugs via static analysis. Update Site: http://findbugs.cs.umd.edu/eclipse |