Sorts the settings.json
file according to the VSCode settings UI order.
- Open
settings.json
- Open Command Palette(
Ctrl+Shift+P
), search and runSort settings.json
- If you want to break up the "Commonly Used" category, run command
Sort settings.json (No "Commonly Used")
instead
- If you want to break up the "Commonly Used" category, run command
- Done! You can then save the file
After running
Sort settings.json
. The sortedsettings.json
matches the order of the UI.(modified
filter used in the screenshot)
Some settings from Extensions are not sorted in the same manner as in the settings UI.
Inspired by Sort Package.json and corresponding VSCode extension.
Thanks to rich2005 for the GIMP tutorial video.