[Wish] X(a)ml editor for VS.NET
I don't know if anyone else share the same mania as me.
I wish to read the xml (not only xaml) attributes in a specific order so that I can immediately understand the name, meaning, etc.
For example:
<Grid Name="MyGrid" Background='Acqua' Margin="0" ... />
<Rectangle Name="MyRect" Fill='' Blue' Left=.. Right=... Margin="0" />
My wish is to have the chance to specify, in a tag-by-tag basis, the ordered list of attribute names. If an attribute is not in the list, it will be appended at the end.
... and please, don't shoot me :-D
Raffaele

