Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable plugins in eclipse 3.6 Helios?

I have eclipse 3.6, i have installed lot of plugins. But i want to disable some of the plugins but dont know how :( ( I don't want to uninstall them as i may need them in some time future when i work on other projects)

like image 785
Vijay Krishna Avatar asked Nov 12 '10 12:11

Vijay Krishna


People also ask

How do I remove SonarLint from STS?

Just go to the project preferences and choose SonarLint. Then uncheck “Run SonarLint” automatically.


2 Answers

In preferences, General, Startup and Shutdown. A lot of plugins will appear there with checkboxes. With luck, the one you're hoping to disable appears there.

If your plugin doesn't appear there, then you either have to uninstall it, hope it provides an option to disable itself, or live with it.

like image 172
Mikezx6r Avatar answered Sep 17 '22 19:09

Mikezx6r


You can uninstall them all by the next procedure:

Help > About Eclipse SDK > Installation Details > Installed Software Tab > Select a plug-in you want to Uninstall > Click Uninstall button at the bottom

like image 37
WVB Avatar answered Sep 18 '22 19:09

WVB