BaseX Tools for Visual Studio Code
Go to file
Andy Bunce 80d5ceea19 Merge branch 'master' into vscode-basex 2022-06-07 17:44:12 +01:00
.github [mod] xmlTools ->basexTools 2022-02-05 22:40:34 +00:00
.vscode [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
languages/xquery Merge pull request #244 from line-o/patch-1 2018-12-14 10:45:27 -05:00
resources [mod] release 0.5.2 2022-06-07 16:29:12 +01:00
scripts [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
src [mod] release 0.5.2 2022-06-07 16:29:12 +01:00
.eslintrc.json [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
.gitignore [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
.vscodeignore [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
CHANGELOG.md [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-05-28 21:08:14 -04:00
LICENSE [mod] use esbuild 2022-02-06 12:51:13 +00:00
README.md [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
azure-pipelines.yml Update azure-pipelines.yml 2019-06-01 14:40:23 -04:00
notes.md [mod] ver:0.0.28 2022-02-20 18:57:48 +00:00
package-lock.json [mod] symbols 2022-03-06 23:46:59 +00:00
package.json [mod] release 0.5.2 2022-06-07 16:29:12 +01:00
snippets.jsonc [mod] release 0.5.2 2022-06-07 16:29:12 +01:00
tsconfig.json Add XML Tree View 2018-04-27 23:10:55 -04:00
tslint.json Begin Implementing V2 Formatter 2018-01-28 01:19:06 -05:00

README.md

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

Requirements

  • VS Code 1.63.0 or 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.