z0al / settings-toggle

Effortlessly Toggle Settings in Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=z0al.settings-toggle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Effortlessly Toggle Settings in Visual Studio Code

https://marketplace.visualstudio.com/items?itemName=z0al.settings-toggle

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%