Sublime Forum

Project-specific ignored packages

#1

I have a lot of installed packages, as I work with lots of different languages/environments.
I’m always concerned about bloat, as well as the possibility of packages clashing with each other, so I’m usually disabling a lot of packages.

The problem is, I might have multiple windows/projects open simultaneously, say one for Python/Django and the other for Javascript/HTML/CSS code.

Reading the docs, it appears that the disabled_packages setting is only valid in Packages/User/Preferences.sublime-settings

It would be great if it could be a valid setting in Project settings as well.

Please someone correct me if I’m wrong about this, or if there is some workaround.

If this isn’t currently supported, I think a nice feature would to have the following commands available in the Command Palette:

Package Control: Disable Package (globally)
Package Control: Disable Package (project)
Package Control: Enable Package (globally)
Package Control: Enable Package (project)

Any input would be appreciated,

-Scott

0 Likes