Is your feature request related to a problem? Please describe.
May need a feature that only beautifies json, without sorting.
- Why not use Intellij IDEA itself to format?
- Intellij IDEA cannot format if the json is inside a line, e.g.:
this.setting = {"json":"value"}
Describe the solution you'd like
I think we can fork the "Sort JSON", naming the forked feature "Beautify JSON", and let it only beautify json.
If possible, I can raise a PR for this.
Is your feature request related to a problem? Please describe.
May need a feature that only beautifies json, without sorting.
Describe the solution you'd like
I think we can fork the "Sort JSON", naming the forked feature "Beautify JSON", and let it only beautify json.
If possible, I can raise a PR for this.