microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.

Home Page:https://microsoft.github.io/XmlNotepad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request - User Templates of Prepopulated subnodes

meineid-git opened this issue · comments

It would be great if I could define xml structures as a template - fully populated so that I can insert it when creating new nodes.

There is a similar feature in Visual Studio called "code snippets" where the XML editor there will prepopulate all 'required elements' according to your XSD schema. This is then less work for the user, just associate your XSD schema, and hit tab, and all required elements appear containing some default values that you can then edit as desired. Would this be sufficient for your use case?