forked from external/vscode-xml
18 lines
953 B
Markdown
18 lines
953 B
Markdown
# XML Tools for Visual Studio Code
|
|
## Features
|
|
* XML Formatting (Indent and Minify)
|
|
* XPath Evaluation ([How-To](https://github.com/DotJoshJohnson/vscode-xml/wiki/How-To:-Evaluate-XPath-Queries))
|
|
* XQuery Language/Syntax Highlighting
|
|
* XQuery Linting
|
|
* XQuery Code Completion
|
|
* XQuery Execution ([How-To](https://github.com/DotJoshJohnson/vscode-xml/wiki/How-To%3A-Executing-XQuery-Scripts))
|
|
|
|
## Release Notes
|
|
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
|
|
|
|
## Issues
|
|
[![Iteration Backlog](https://badge.waffle.io/DotJoshJohnson/vscode-xml.svg?label=Iteration:%20Backlog&title=Iteration%20Backlog)](http://waffle.io/DotJoshJohnson/vscode-xml)
|
|
[![In Progress](https://badge.waffle.io/DotJoshJohnson/vscode-xml.svg?label=Iteration:%20In%20Progress&title=In%20Progress)](http://waffle.io/DotJoshJohnson/vscode-xml)
|
|
|
|
Run into a bug? Report it [here](https://github.com/DotJoshJohnson/vscode-xml/issues).
|