qcz / vscode-text-power-tools

Text Power Tools extension for VS Code
https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools
MIT License
97 stars 14 forks source link

sort json/jsonc fields #54

Closed tjx666 closed 1 year ago

tjx666 commented 1 year ago

like settings.json, you can select some fields and sort it. Should keep the comments and empty lines of the same field after sort.

Many json sort extension need to select a valid json, but this feature support select some fields.

before:

image

after:

image
tjx666 commented 1 year ago

Seems official is implementing this: https://github.com/microsoft/vscode/issues/155312