views:

1079

answers:

24

The only plug-ins I use are the ones required to do my job like SoapUI, Maven and SVN. I'm wondering if maybe there are some plug-ins out there that might make my life easier. Are there any Eclipse plug-ins that you find invaluable?

+3  A: 

Mylyn is pretty cool.

JesperE
+4  A: 

findbugs without a doubt!

Bedwyr Humphreys
+1  A: 

EclEmma for Code Coverage is my favorite (apart from my own plug-ins of course :-) )

Martin Woodward
+3  A: 

This is very similar to this question.

Jay Sheridan
I was looking for something like this but it didn't come up in my search....must be because of the slash in the title. Thanks!
Lisa
I remembered coming across it earlier. Everything I would have mentioned had been said over there already.
Jay Sheridan
A: 

MyEclipse

Stephane Grenier
+1  A: 

I really like QuantumDB, especially on Linux, which has a shortage of decent GUI tools for DB work.

Also RunJettyRun makes running web apps a no-brainer.

yalestar
+1  A: 

QuickREx for all your regular expression needs.

jamesh
+8  A: 

Subclipse for SVN integration

iAn
I think she mentioned Subclipse or an equivalent by mentioning SVN...
Uri
I'm already using this one. Guess I should have been more specific.
Lisa
There's also subversive for SVN, but Subclipse is far superior
iAn
+2  A: 

I'm mainly doing web development so I decided to use Aptana. It's basically Eclipse pre-packaged with all the web development plug-ins you need. Check it out. It's really good.

Luke
A: 

PyDev is pretty awesome. Only works with the new version of Eclipse, though.

Ed

Devoted
A: 

I'm using VisualVM for profiling and performance analysis of our java programs.

jmclurkin
Is VisualVM available as Eclipse plugin? I would love to have it inside Eclipse!
Peter Štibraný
... integrated with debugger... that would be great!
Peter Štibraný
Not really integration, but launcher at least: https://visualvm.dev.java.net/eclipse-launcher.html
Peter Štibraný
A: 

Working with Visual Dataflex, the Visual DataFlex Tools for Eclipse plugin is a must!

Ola Eldøy
A: 

Prevously I was using MyEclipse, but now I'm moving to Seam and I'm using JBoos Tools

jberges
+1  A: 

Checkstyle for code style checking and more.

A: 

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.

Chris Noe
The link (GeoCities) doesn't work any more. Any updated URL?
Craig McQueen
+2  A: 

Jadclipse (integration with Jad decompiler)

FoxyBOA
+1  A: 

nWire. It's an innovative plugin for exploring Java code. It lets you navigate, search and visualize your code. It is completely addictive. There's a short demo on the nWire site.

zvikico
A: 

P4WSAD. It's great to have Perforce support in Eclipse.

Kire Haglin
+2  A: 

StartExplorer can open files/folders in Explorer and cmd.exe, besides copying paths to the clipboard and other things I rarely use -- I use it to make Command windows all the time.

Ed Brannin
Cool, always bugged that this feature did not exist, but it does via plug-in.
Ted Johnson
+1  A: 
  • Subclipse
  • Checkstyle
  • Findbugs
  • Spring IDE
  • m2eclipse (Maven plugin)
  • PMD
  • Jadclipse (decompiler)
Taylor Leese
A: 

Flex Builder :D

Leo Jweda
A: 

(shameless plug) I like having FogBugz integrated into Eclipse :-)

Peter Štibraný
Is there a free or evaluation use of it?
Jay R.
Sure. You can try it for free in first 45 days. If you don't install a regkey, it will disable itself after this time.
Peter Štibraný
A: 

Subversive I like better than Subclipse. It is nice to SVN integrated as a Team provider. I haven't used Subclipse in a while, but its probably a lot better than it used to be.

Jay R.
A: 

Not directly related to programming, but for documentation reasons I like the free version of XMind (Mindmapping tool) and TeXlipse (LaTeX environment, on Sourceforge, sorry, but could not post a second hyperlink) a lot.

I like some of the previously mentioned ones e.g. Findbugs.

And I second Jay R. that I'd rather use Subversive to Subclipse although Subclipse is easier to install (on the Mac at least).

Zoltán Ujhelyi