Pretty XML VS Mac
Prateek Mahendrakar
Prateek Mahendrakar
Senior Mobile Developer | Driving Business Growth with Tangible Mobile Solutions
XML formatter extension for Visual Studio for Mac
Last month I developed PrettyXML , a XML formatter extension for Visual Studio Code which formats XML documents just like the XML formatter in Visual Studio - Windows.
I have extended the same functionality and have built Pretty XML VS Mac extension for Visual Studio for Mac.
Features:
- First attribute on same line as start tag.
- All attributes indented in line with first attribute.
- If no child for an element then close inline end tag.
- No empty lines.
- Process DTD, CData , ProcessingInstruction etc.