Is there a way to write in Visual Studio in nice formated way the row bellow?
string x = "<Site name=\"Stack Overflow\" >Inner Content</Site>";
so that it would look like:
string x= "<Site name="Stack Overflow">
Inner content;
</Site>"