We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if the plugin could also sort JSON objects. I very often find myself wanting to sort properties in a "package.json" file or similar.
The text was updated successfully, but these errors were encountered:
I've been resistant to doing anything language related but I guess for JSON an exception could be made as parsing JSON is build into the web platform.
Sorry, something went wrong.
@Tyriar I am very happy to hear that! Together with @ffflorian I have built Sort JSON and here is how we solved sorting nested JSON (and plain objects): https://github.com/ffflorian/sortjson.com/blob/9bc8549079bfb8d7cc9fe1eebda3bc0848cfd2f4/src/components/layout/Content.tsx#L42-L51
That extension already does the job: https://github.com/richie5um/vscode-sort-json Perhaps both extensions could be merged? Or at least it could be a good starting point to implement it here 🤷♂️
No branches or pull requests
It would be nice if the plugin could also sort JSON objects. I very often find myself wanting to sort properties in a "package.json" file or similar.
The text was updated successfully, but these errors were encountered: