vote up 5 vote down star
6

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?

flag

57% accept rate
1  
so stackoverflow is now a dating website? im gonna get matched up with someone who has the same favorite plug-in as me? – theman_on_vista Dec 15 '08 at 20:05

25 Answers

vote up 0 vote down

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).

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
Is there a free or evaluation use of it? – Jay R. May 22 at 17:41
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ý May 22 at 17:51
vote up 0 vote down

Flex Builder :D

link|flag
vote up 1 vote down
  • Subclipse
  • Checkstyle
  • Findbugs
  • Spring IDE
  • m2eclipse (Maven plugin)
  • PMD
  • Jadclipse (decompiler)
link|flag
vote up 1 vote down

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.

link|flag
Cool, always bugged that this feature did not exist, but it does via plug-in. – Ted Johnson May 22 at 17:28
vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

Jadclipse (integration with Jad decompiler)

link|flag
vote up 0 vote down

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.

link|flag
The link (GeoCities) doesn't work any more. Any updated URL? – Craig McQueen Oct 28 at 3:03
vote up 1 vote down

Checkstyle for code style checking and more.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
Is VisualVM available as Eclipse plugin? I would love to have it inside Eclipse! – Peter Štibraný May 22 at 17:34
... integrated with debugger... that would be great! – Peter Štibraný May 22 at 17:34
Not really integration, but launcher at least: visualvm.dev.java.net/eclipse-launcher.html/… – Peter Štibraný May 22 at 17:39
vote up 0 vote down

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

Ed

link|flag
vote up 2 vote down

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.

link|flag
vote up 8 vote down

Subclipse for SVN integration

link|flag
I think she mentioned Subclipse or an equivalent by mentioning SVN... – Uri Dec 16 '08 at 1:01
I'm already using this one. Guess I should have been more specific. – Lisa Dec 16 '08 at 13:18
1  
There's also subversive for SVN, but Subclipse is far superior – iAn Dec 16 '08 at 14:17
vote up 0 vote down

QuickREx for all your regular expression needs.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

I use the PMD plugin more than any other.

link|flag
vote up 0 vote down

MyEclipse

link|flag
vote up 3 vote down

This is very similar to this question.

link|flag
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 Dec 15 '08 at 19:38
I remembered coming across it earlier. Everything I would have mentioned had been said over there already. – Jay S. Dec 17 '08 at 16:26
vote up 1 vote down

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

link|flag
vote up 4 vote down

findbugs without a doubt!

link|flag
vote up 3 vote down

Mylyn is pretty cool.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.