Effortlessly Toggle Settings in Visual Studio Code
- 🔍 Quickly toggle or open any configuration
- 👀 Preview configuration changes on focus
- 💡 Indicate modification in user/workspace configurations
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.
Toggle: User Settings: Toggle or jump to any User SettingToggle: Workspace Settings: Toggle or jump to any Workspace Setting
The extension defines the following keyboard shortcuts for the Toggle: User Settings command:
Cmd+Shift+,on MacOSCtrl+Shift+,on Windows/Linux
The logic for parsing VS Code configurations was borrowed from a similar extension called settings-picker. Kudos to the author.
The icon was made by Vitaly Gorbachev from www.flaticon.com
MIT ©️ z0al
