JSON AlignA simple VS Code extension to align JSON array objects by key, making them more readable. FeaturesThis extension provides a command and format-on-save functionality to vertically align values in a JSON array of objects. Before:
After:
UsageTo use this extension as the default formatter for JSON files and enable format on save, add the following to your
Enjoy! |