32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
# BaseX Tools for Visual Studio Code
|
|
This project was originally a fork of https://github.com/DotJoshJohnson/vscode-xml
|
|
|
|
This extension adds features to support BaseX development on VSCode.
|
|
* XQuery 3.1, XQuery update, Full text syntax support
|
|
* XQuery code format
|
|
|
|
## Features
|
|
* [XML Formatting](https://github.com/DotJoshJohnson/vscode-xml/wiki/xml-formatting)
|
|
* [XML Tree View](https://github.com/DotJoshJohnson/vscode-xml/wiki/xml-tree-view)
|
|
* [XPath Evaluation](https://github.com/DotJoshJohnson/vscode-xml/wiki/xpath-evaluation)
|
|
* [XQuery Linting](https://github.com/DotJoshJohnson/vscode-xml/wiki/xquery-linting)
|
|
* [XQuery Execution](https://github.com/DotJoshJohnson/vscode-xml/wiki/xquery-script-execution)
|
|
* [XQuery Code Completion](https://github.com/DotJoshJohnson/vscode-xml/wiki/xquery-code-completion)
|
|
|
|
## Requirements
|
|
* VS Code `1.63.0` or higher
|
|
|
|
## Release Notes
|
|
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
|
|
|
|
## Issues
|
|
Run into a bug? Report it [here](https://github.com/DotJoshJohnson/vscode-xml/issues).
|
|
|
|
## Icon Credits
|
|
Icons used in the XML Tree View are used under the Creative Commons 3.0 BY license.
|
|
* "Code" icon by Dave Gandy from www.flaticon.com
|
|
* "At" icon by FreePik from www.flaticon.com
|
|
|
|
## Inspiration
|
|
|
|
This is a fork of [DotJoshJohnson/vscode-xml](https://github.com/DotJoshJohnson/vscode-xml). DotJoshJohnson did the intial work, but I want to go in a different direction. |