vscode-xml

Visual Studio Code extension that provides XML intellisense

MIT License

Stars
10
Committers
1

This extension is a work in progress and not currently functional

Provides XSD-based schema intellisense for XML in Visual Studio Code.

The logic for extracting the schema and parsing the XML in this extension is heavily inspired by Benito Palacios Snchez's atom-autocomplete-xml for Atom. atom-autocomplete-xml is released under the MIT license.