Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.24 KB

XML Documentation

Welcome to the vscode-xml documentation.

User Guide

  • XML Validation: How to validate XML with a grammar (XSD/DTD/RelaxNG)?
  • Preferences: More info on available vscode-xml preferences.
  • Formatting: More info on the available formatting preferences.
  • XML Commands: More info on the available XML vscode commands.
  • Symbols: More info on the available settings for the document symbols (outline).
  • Troubleshooting: Info on troubleshooting and fixes to issues.
  • Features: Notable info and demos on features available to use.
  • Proxy: Instructions for setting up vscode-xml to work behind a proxy.
  • Binding With Grammar: Extension feature to bind an XML document to a grammar/schema file.

Developer Guide

  • Extensions: How to extend vscode-xml settings and XML features (completion, validation, hover, etc)?