Are there any great plugins out there for Eclipse, either free or otherwise?
|
feedback
|
|
Here's a list of plug-ins I use whenever I setup Eclipse for Java development (this list is updated for Indigo/3.7):
I previously recommended Eclipse Platform Extensions but that doesn't work on Eclipse 3.4 and 3.5. Update: I've removed commons4e since Eclipse 3.5 now has toString method generation built in. | ||||
|
feedback
|
|
I did a blog post on that once: http://svrist.wordpress.com/2008/04/03/eclipse-setup/ And the summary is: The plugins I’ve current stablized on are:
| |||||
feedback
|
|
mylyn, view your bug tracker within eclipse (bugzilla, trac, etc). When you are working on a bug you create a context which basically watches what you work on. With doing that you only see code that you need to see not your whole tree. tasktop, this plugin works with mylyn. Basically will link to your mail client, calendar, browser, and file system. There is a free version and a paid version ($99). What i like about the free version is it will tell you what bugs you worked on and how long. So you have pie charts showing what you did for the week and bar graphs for each day of the week. pdt (php plugin) svn client (i think this is the better svn client for eclipse) krugle (search open source repos for most languages) dbviewer, great plugin to work with any db. Great plugin sites to find more plugins | ||||
|
feedback
|
|
The FindBugs plugin for Eclipse is good for static code analysis. It can be downloaded through the Eclipse update manager with this URL: http://findbugs.cs.umd.edu/eclipse Swing Explorer is a very useful tool for debugging your swing applications, and it has a plugin for Eclipse. The plugin adds another type of app to the run configurations that instruments your code on startup and allows you to browse the swing object heirarchy as well as highlight things visually. You can add it with the Eclipse update manager with this URL: https://swingexplorer.dev.java.net/eclipse/site.xml | ||||
|
feedback
|
|
When I code in Eclipse I also use the excellent checkstyle plug-in, which is a modifiable code analyzer. That way you can always see if you abide by your (or the general) coding standards.
Finally the code coverage plug-in is really handy when you also (and you should!) unit test your code. This plug-in allows you to visualize which code paths are checked and which ones are not. (It can also do this check when you launch the project from the static main function of your project.) | ||||
|
feedback
|
|
A group of us at school recently developed and submitted an entry to the Google Android Developer's Challenge. Throughout the course of our development, we used a Subversion repository to control revisions of our code and I found Subclipse to be an excellent plugin for Eclipse. Very little command-line SVN usage was necessary... the plugin handled everything. | ||||
|
feedback
|
|
For XML editing, XMLBuddy has been rock solid. | |||||
feedback
|
|
Try the Implementors plugin at http://eclipse-tools.sourceforge.net/implementors/. If you work a lot with interfaces then you will absolutely love this plugin! It lets you easily open the implementation(s) of an interface or a method from the Java editor context menu. The plugin is very well implemented, small and lightweight. Eclipse update site at: http://eclipse-tools.sourceforge.net/updates/ From the website
| ||||
|
feedback
|
|
Can't forget the amazing http://projectlombok.org/!! | ||||
|
feedback
|
|
Google recently acquired Instantiations, who had a few nice Eclipse-based development tools, and made most of them available for free.
I have extensive experience with WindowBuilder Pro, and as far as Java GUI builders go, this is my favourite. I also played around with CodePro Analytix a bit, but didn't have time to delve into the depths of its impressive feature set. | ||||
|
feedback
|
|
Being a python developer, PyDev is the one I use most extensively. I also use and like P4WSAD (for Perforce), Subclipse, and EclipseNSIS. | ||||
|
feedback
|
|
Findbugs and Checkstyle are my favorites. Here is a desription how to install and use them: link text | ||||
|
feedback
|
| ||||
|
feedback
|
|
Doqua is a pretty slick, unique "documentation plugin" - so developers seriously have no more excuses to write good documentation. :) | ||||
|
feedback
|
|
If you're using subversion for your vcs, then I recommend the subversive plugin | ||||
|
feedback
|
|
I like the Easy Explorer plug-in. It makes it easy to jump to the folder in the file system in Windows Explorer from the resource tree panel. | ||||
|
feedback
|
|
The two plugins I find myself using again and again for Java development is QuickREx for regular expressions and the XPath-Developer for XPath, both from the same update site. | ||||
|
feedback
|
|
| ||||
|
feedback
|
|
I have found the multi clipboard plugin very useful. The Aptana plugin, and their RadRails plugin have also helped me with my Ruby on Rails work. | ||||
|
feedback
|
|
I'd recommend Bastian Bergerhoff's QuickREx and XPath-Developer although the other plugins available from this update site screw up key bindings for the Java Development Tools and should be avoided IMHO. | ||||
|
feedback
|
|
JInto is a very useful plugin for Eclipse if you often need to edit .properties files in multiple languages. It spares you a bunch of copy/paste. | ||||
|
feedback
|
|
There's a new plug-in called nWire. nWire brings an innovative approach to code exploration. The concept is to create a repository which holds all possible components (like classes, methods) and associations (like extensions, invocations), and provide easy tools for browsing, searching and visualizing that repository. The initial version supports Java static code analysis and I plan to expand it to popular frameworks (like Spring) and other programming languages. It's much more than you get from Eclipse today:
It is currently in beta and it's available for download. Check it the demo on the nWire site. | ||||
|
feedback
|
|
ContextMenuPlugin makes the Windows Explorer context menu available when right-clicking on objects in navigator views, and on editor frames. It passes the clicked file or folder to the selected function. This is especially valuable if you have useful Explorer extensions. I use this to invoke Tortoise CVS & SVN functions, to open a Command prompt in the corresponding directory, etc. | ||||
|
feedback
|
|
I can no longer live without the Extended VS Presentation plugin and the GotoFile plugin saves an awful lot of time for me. | ||||
|
feedback
|
|
Little but useful for developers Eclipse Full Screen | ||||
|
feedback
|