Show active plugins in Sublime Text 2 and disable them

frazras picture frazras · Feb 1, 2013 · Viewed 24.4k times · Source

I just installed sublime text 2 and was overwhelmed by the php plugins that I installed ALL of them. Now auto-complete is crazy, a million unnecessary suggestions and I dont remember which plugin does what or which ones I installed. Is there a way to see all active plugins for a particular file so I can disable some?

Answer

Jordan picture Jordan · Feb 1, 2013

I'm not sure about the active plugin on a file part, but you can quickly go in and remove plugins that are installed by opening the Command Pallete (Cmd-Shift-P on Mac) and typing remove if you have Package Control installed.

You will see Package Control: Remove Package**

Once the list of installed plugins shows up you can click these and remove them and then test out your code.

You can do the reverse and quickly re-install the packages if something you needed was missing.

You probably already knew this so I am not sure that this will be helpful or not.

BTW: Sublime Text 3 Beta just came out and is available to licensed users. I have not done much with it yet, but it loads almost instantly.