Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.16 KB

Commands.md

File metadata and controls

31 lines (16 loc) · 1.16 KB

Commands

vscode-xml provides several vscode commands which are available with Ctrl+Shift+P.

XML Commands

Bind to grammar/schema file

This command triggers the XML Binding Wizard for the current file.

Details on the command are described here.

Open XML Documentation

This command opens the XML Documentation.

Revalidate current XML file

This command re-triggers the XML Validation for the current file.

When the Server Cache Path is activated, the command removes the referenced XSD, DTD grammar from the local cache.

Revalidate all open XML files

This command re-triggers the XML Validation for the all opened XML files.

When the Server Cache Path is activated, the command clears the remote grammar cache and revalidates all opened files.

Restart XML Language Server

This command restarts the XML language server.