Reputation: 906
I have been trying to figure out how to expand code that is compressed to one line.
Does anyone know how to expand coding that is done this way in phpstorm?
Upvotes: 2
Views: 2541
Reputation: 165481
To make your XML file readable (easy to read) you can use Code | Reformat Code...
https://www.jetbrains.com/phpstorm/help/reformatting-source-code.html?search=reformat
Upvotes: 3