/XML-vscode-visual-xml-schema-editor

Uses VS Code's custom editor API to allow editing XML schemas in a visual manner similar to Altova XMLSpy.

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Visual XML Schema Editor Extension for Visual Studio Code

Uses VS Code's custom editor API to allow editing XML schemas in a visual manner similar to Altova XMLSpy.

References

VS Code API

vscode module

Running the example

This is currently based on the official Custom Editor API Samples from Microsoft.

  • Open this example in VS Code 1.46+
  • npm install
  • npm run watch or npm run compile
  • F5 to start debugging

Open the example files from the exampleFiles directory.