Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are your favorite Eclipse plug-ins? [closed]

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?

like image 736
l15a Avatar asked Dec 15 '08 19:12

l15a


People also ask

What are Eclipse plug-ins?

Plugin , which is an abstract class that provides generic facilities for managing plug-ins. An Eclipse installation includes a plugins folder where individual plug-ins are deployed. Each plug-in is installed in its own folder under the plugins folder. A plug-in is described in an XML manifest file, called plugin.

Are Eclipse plugins safe?

An Eclipse plug-in is basically a Java program, running inside Eclipse (and thus with the same credentials/permissions). Running an untrusted Eclipse plug-in is approximately as safe as running an untrusted Java program.

How do I disable plugins in Eclipse?

You can disable a few plugins at startup via "Window > Preferences" from the menu under "General > Startup and Shutdown". Uncheck the items you don't want to run when you start Eclipse. This needs to be done for every workspace.


2 Answers

findbugs without a doubt!

like image 56
blank Avatar answered Oct 16 '22 04:10

blank


Subclipse for SVN integration

like image 29
Ian Avatar answered Oct 16 '22 03:10

Ian