# vscode-xml **Repository Path**: mirrors_felixfbecker/vscode-xml ## Basic Information - **Project Name**: vscode-xml - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VSCode XML Client ## Description This VSCode extension provides support and editing during the creation of XML documents. ## Features * Symbol Highlighting * General Code Completion * Document Folding * Symbols and Renaming * Syntax Error Reporting * XML Schema Validation * Document Formatting * Schema Based Hover * Schema Based Code Completion ## How to Install 1) Download latest development VSIX [from here](http://download.jboss.org/jbosstools/vscode-xml/staging/?C=M;O=D). `(vscode-xml-XXX.vsix)` 2) Go to Extensions section in VSCode. 3) At the top right click the 3 dots. 4) Select 'Install from VSIX...' and choose the VSIX file. ## Requirements * Java 8+ * Ensure Java path is set in either: * `java.home` in VSCode preferences * Environment variable `JAVA_HOME` or `JDK_HOME` ## Language Server for XML The Language Server for this client can be [found here](https://github.com/angelozerr/lsp4xml). ## License EPL 1.0, See [LICENSE](https://github.com/redhat-developer/vscode-xml/blob/readme/LICENSE) file.