Skip to content

z0al/settings-toggle

Repository files navigation

Settings Toggle for VS Code

Effortlessly Toggle Settings in Visual Studio Code

demo

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.

The icon was made by Vitaly Gorbachev from www.flaticon.com

License

MIT ©️ z0al