Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>XML DUPLICATE FINDERNew to Visual Studio Code? Get it now.
XML DUPLICATE FINDER

XML DUPLICATE FINDER

kendrick knowles

|
548 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

XML Duplicate Finder

This extension locates duplicates in xml files and displays the duplicated xml nodes in the console.

Features

This 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

  • vscode 1.78.0 and up
  • macos, linux or windows
  • npm

Release Notes

1.0.9

Ninth Release of XML_WIZ: Now we add an option to search based on a single attribute.

1.0.0

Initial 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.3

Second Release of XML_WIZ: Now the XML_WIZ duplicate finder compares each xml node as a whole instead of previously only comparing the attributes.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft