amtech / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 70.3%Language:JavaScript 21.3%Language:CSS 8.4%