On this link the following keybinding is described:
What I need is the ability to load an XML and have it properly formatted, as you would with Ctrl+K +D in visual studio.
I had prepared this xml content:
<root><level1><sublevel1A></sublevel1A><sublevel1B></sublevel1B></level1><level2><sublevel2A></sublevel2A></level2></root> Which would need to be formatted to this:
<root> <level1> <sublevel1A> </sublevel1A> <sublevel1B> </sublevel1B> </level1> <level2> <sublevel2A> </sublevel2A> </level2> </root> Nothing happens though if I use the key binding. Nor does it help if I select everything first.
Any ideas?

