Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3 - Plugin Profiles

I am currently using Sublime Text 3 for programming in Python, Java, C++ and HTML. So, for each language I have a different set of plugins. I would like to know if there is a way for changing between "profiles", with each profile containing plugins of the respective language. My PC is not all that powerful, so it starts to hang if I have too many active plugins. So when one profile is running, all other plugins should be disabled.

TL;DR : Is there a way to change between "profiles" containing a different set of plugins in Sublime Text?

like image 380
adb16x Avatar asked Feb 12 '15 02:02

adb16x


1 Answers

The easiest way I can think of doing this on Windows is to have multiple portable installs, each one set up for your programming language and plugin set of your choice. You can then set up multiple icons on your desktop/taskbar/start menu/whatever, each one pointing to a different installation. This way you don't have to mess around with writing batch files to rename things.

Alternatively, you could just spring for a new computer :)

like image 170
MattDMo Avatar answered Oct 06 '22 00:10

MattDMo