To flatten XML down to one line in Visual Studio you could install CodeMaid.
But personally I prefer to do it manually:
Or to restore the indentation: Ctrl+K, Ctrl+D
But personally I prefer to do it manually:
- Ctrl+H
- Find what: \n{:b:b}
- Replace with:
- Look in: Current Document
- Use Regular Expressions
Or to restore the indentation: Ctrl+K, Ctrl+D
Comments
Post a Comment