Effortlessly Toggle Settings in Visual Studio Code
Features
🔍 Quickly toggle or open any configuration
👀 Preview configuration changes on focus
💡 Indicate modification in user/workspace configurations
Note
Only boolean and enum configurations can be toggled. Otherwise, the extension will open the native Settings UI (or the JSON Editor if Workbench > Settings: Editor is set to json) and focus on the target item.
Commands
Toggle: User Settings: Toggle or jump to any User Setting
Toggle: Workspace Settings: Toggle or jump to any Workspace Setting
Keyboard Shortcuts
The extension defines the following keyboard shortcuts for the Toggle: User Settings command:
Cmd+Shift+, on MacOS
Ctrl+Shift+, on Windows/Linux
Credits
The logic for parsing VS Code configurations was borrowed from a similar extension called settings-picker. Kudos to the author.