Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z0al/settings-toggle
Effortlessly Toggle Settings in Visual Studio Code
https://github.com/z0al/settings-toggle
toggle vscode vscode-extension vscode-settings
Last synced: 3 months ago
JSON representation
Effortlessly Toggle Settings in Visual Studio Code
- Host: GitHub
- URL: https://github.com/z0al/settings-toggle
- Owner: z0al
- License: mit
- Created: 2021-04-15T19:17:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T09:09:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T18:13:18.456Z (3 months ago)
- Topics: toggle, vscode, vscode-extension, vscode-settings
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=z0al.settings-toggle
- Size: 5.19 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Settings Toggle for VS Code
Effortlessly Toggle Settings in Visual Studio Code
![demo](images/demo.gif)
## 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][settings-picker]. Kudos to the author.
The icon was made by [Vitaly Gorbachev][icon-author] from [www.flaticon.com][flaticon]
## License
MIT Šī¸ [z0al][author]
[settings-picker]: https://marketplace.visualstudio.com/items?itemName=sandy081.settings-picker
[author]: https://twitter.com/_z0al
[icon-author]: https://www.flaticon.com/authors/vitaly-gorbachev
[flaticon]: https://www.flaticon.com/