XML Duplicate FinderThis extension locates duplicates in xml files and displays the duplicated xml nodes in the console. FeaturesThis extension locates duplicates in xml files and displays the duplicated xml nodes in the console. Useful especially for huge xml or HTMl files and displays them in collapsed json format. example: GIven an xml file like this: By running the command 'Activate extent' in the command pallette, the extension responds with this message in a new webview window: Given an xml file like this: By running the command Activate extent whole, you will be prompted with a text entry window to give the name of the tag you want to duplicate search based off of. I gave the prompt 'Name' this is the result. Requirements
Release Notes1.0.9Ninth Release of XML_WIZ: Now we add an option to search based on a single attribute. 1.0.0Initial release of XML_WIZ: This is my first extension. I made this to fix a personal and professional problem I kept having and to try my hand at something new. I will update and improve this as often as possible and especially if I missed something embarrassing. 1.0.3Second Release of XML_WIZ: Now the XML_WIZ duplicate finder compares each xml node as a whole instead of previously only comparing the attributes. |