Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lonr/sort-settings-json
Sorts the settings.json file according to the VSCode settings UI order
https://github.com/lonr/sort-settings-json
vscode-extension vscode-settings
Last synced: 3 months ago
JSON representation
Sorts the settings.json file according to the VSCode settings UI order
- Host: GitHub
- URL: https://github.com/lonr/sort-settings-json
- Owner: lonr
- License: mit
- Created: 2024-11-06T13:31:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:11:54.000Z (3 months ago)
- Last Synced: 2024-11-06T15:25:01.409Z (3 months ago)
- Topics: vscode-extension, vscode-settings
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=lonr.sort-settings-json
- Size: 1.04 MB
- 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
# Sort `settings.json`
Sorts the `settings.json` file according to the VSCode settings UI order.
1. Open `settings.json`
2. Open Command Palette(`Ctrl+Shift+P`), search and run `Sort settings.json`
3. Done! You can then save the file![screenshot](./images/screenshot.png)
## Known Issues
Some settings from Extensions are not sorted the same as the settings UI.
## Release Notes
### 1.0.0
Initial release of Sort `settings.json`
## For more information
Inspired by [Sort Package.json](https://github.com/keithamus/sort-package-json) and corresponding [VSCode extension](https://marketplace.visualstudio.com/items?itemName=unional.vscode-sort-package-json).
Thanks to [rich2005](https://www.gimp-forum.net/User-rich2005) for the [GIMP tutorial video](https://www.gimp-forum.net/Thread-Slicing-Filling-Image-Canvas-With-Other-Images-Diagonally?pid=18305#pid18305).