Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyp3r00t/settings-organizer
Automatically organize and tidy up your VSCode settings.json file.
https://github.com/hyp3r00t/settings-organizer
vscode-extension vscode-settings vsix vsix-extension
Last synced: 6 days ago
JSON representation
Automatically organize and tidy up your VSCode settings.json file.
- Host: GitHub
- URL: https://github.com/hyp3r00t/settings-organizer
- Owner: HYP3R00T
- License: mit
- Created: 2024-07-16T09:57:33.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T07:02:21.000Z (3 months ago)
- Last Synced: 2024-08-10T08:21:39.315Z (3 months ago)
- Topics: vscode-extension, vscode-settings, vsix, vsix-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=hyperoot.settings-organizer
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Settings Organizer
Settings Organizer is a simple yet powerful VSCode extension designed to keep your settings.json file clean and organized. It categorizes settings based on common patterns, ensuring your configuration file remains neat and easy to navigate. No more messy settings.json files—keep your workspace tidy and efficient with just a single command!
## Features
- Sort global `settings.json` of Visual Studio Code categorically.
- Sort local `settings.json` of Visual Studio Code categorically.
- Keep the comments intact, even after sorting.## Usage
- Open the command palette (Ctrl+Shift+P on Windows and Linux, Cmd+Shift+P on OS X) and search for `Settings Organizer`.
- Select the `global` or `local` option based on which file you want to reorganize.**Enjoy!**