A plugin for Sublime Text, toggle boolean type settings via the command palette.
-
Click the Preferences > Package Settings > ToggleSettings > Settings – User menu entry
-
Add list of setting names to
ToggleSettings.sublime-settings
like this:{ "toggle_settings": ["fold_buttons", "trim_trailing_white_space_on_save"] }
Note: There are must be exists and boolean type settings.
-
Run Preferences: Toggle Settings – Current View command via the command palette and select setting name to toggle it, enjoy :)
SublimeToggleSettings is licensed under the MIT License, see the LICENSE file.