BaseX Tools for Visual Studio Code
|
|
||
|---|---|---|
| .github | ||
| .vscode | ||
| languages/xquery | ||
| resources | ||
| scripts | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .vscodeignore | ||
| azure-pipelines.yml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| notes.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.json | ||
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
- XML Tree View
- XPath Evaluation
- XQuery Linting
- XQuery Execution
- XQuery Code Completion
Requirements
- VS Code
1.63.0or higher
Release Notes
Detailed release notes are available here.
Issues
Run into a bug? Report it here.
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. DotJoshJohnson did the intial work, but I want to go in a different direction.