Mon Jul 09, 2018 1:03 pm
If you really want to make your XML file editor nice, you could leverage the XML schema to suggest keys and values to add. Currently, the editor is very free-form. When I add a key or value, there’s no hint as to what names are valid. But if I’m editing a config file in visual studio, it prompts me with options for valid keys/values. That is SO nice. You should do the same.