Disable a plugin in Eclipse

eclipseplugins

I have a plugin that I use regularly for months at a time, but for the next couple of months, I will not need it at all. I believe that this plugin makes Eclipse very slow, so I would like to disable it. I don't want to uninstall it, because I will need to use it again in a couple months (and it is possible something will come up and I will need it occasionally sooner than that).

So, is it possible to disable an Eclipse plugin, without uninstalling it?

EDIT:
I have read through the link posted by @SleighBoy, but I don't seem to have the menu options mentioned:

Eclipse Help Menu

Best Answer

  1. Help > Install New Software
  2. Click the What is already installed? link in the right lower area

That will get you where you need to be.

Related Question