It would be nice, if would be possible hide default packages, when user want to disable package use Package Control.
2. Justification
Often I need check, how Sublime Text plugins worked without other plugins, avoid conflicts between the plugins. Ctrl+Shift+P → Package Control: Disable Package → quick panel open for me:
I see many default packages, but I want to disable only installed packages. I have to spend my time, that to find installed packages among default packages.
3. Desirable behavior
I add parameter "hide_default_packages_in_disabled_packages_list" in User\Package Control.sublime-settings file. If value is true, default packages not will be shown in disabled packages list.
1. Request
It would be nice, if would be possible hide default packages, when user want to disable package use Package Control.
2. Justification
Often I need check, how Sublime Text plugins worked without other plugins, avoid conflicts between the plugins. Ctrl+Shift+P →
Package Control: Disable Package
→ quick panel open for me:I see many default packages, but I want to disable only installed packages. I have to spend my time, that to find installed packages among default packages.
3. Desirable behavior
I add parameter
"hide_default_packages_in_disabled_packages_list"
inUser\Package Control.sublime-settings
file. If value istrue
, default packages not will be shown in disabled packages list.Thanks.