Format JSON in Sublime Text 4
I like Sublime Text 4 as a fast and versatile editor. Unfortunately, I always forget the command to format JSON files. This is mainly because it takes more steps than one single key combination:
- CTRL + SHIFT + P to open the Command Palette
- Start to type "pretty":

- Select "Pretty JSON: Format JSON"
Be aware, this only works if you installed the Pretty JSON package.