Example:The RPG-MAKER MV and MZ data/*.json files are formated as On-Liners.
If I format them with VS-Code extensions,
then their content will be set into many lines (each with a line-number).
And when I open the RPG-Maker it cause issues.
Info: I tried also formating and reformating.
-
When I drag&drop one of those files in my browser I got this:
but it is not editable.
A)Is there a wrap-methode available for JSON in VS-CODEto get an editable view - a view like in my browser ?
B)If there is a solution to get this view by wraping that would be nice.If it is possible to get this view by default for all JSON files in VS-Code it would be even better.
C)Because I am switching between JSON and js coding and I am used to the coloring of VS-CODEit would be a problem for me to use something else than VS-CODE.
I read all of this and more:
How do you format code in Visual Studio Code (VSCode)?
Is there a way to view JSON files automatically prettyfied in ...
But those posts are all about formating not about 'wraping' of JSON files.