BaseX Tools for Visual Studio Code
Go to file
Josh Johnson 5526923772 Override Global Configuration
From PR #129

#128
2018-01-27 20:51:15 -05:00
.vscode Generate Extension Skeleton 2018-01-27 17:50:50 -05:00
languages/xquery Add XQuery Grammar 2018-01-27 18:30:59 -05:00
src Override Global Configuration 2018-01-27 20:51:15 -05:00
.gitignore Generate Extension Skeleton 2018-01-27 17:50:50 -05:00
.travis.yml Add TravisCI Configuration 2018-01-27 20:21:28 -05:00
.vscodeignore Generate Extension Skeleton 2018-01-27 17:50:50 -05:00
CHANGELOG.md Update CHANGELOG 2018-01-27 20:29:09 -05:00
LICENSE Add License 2018-01-27 20:28:24 -05:00
README.md Update README 2018-01-27 20:27:27 -05:00
package-lock.json TSLint 2018-01-27 18:01:04 -05:00
package.json Scope Commands to Resource 2018-01-27 20:43:29 -05:00
tsconfig.json Implement Classic XML Formatting 2018-01-27 20:30:03 -05:00
tslint.json Implement Classic XML Formatting 2018-01-27 20:30:03 -05:00
vsc-extension-quickstart.md Generate Extension Skeleton 2018-01-27 17:50:50 -05:00

README.md

XML Tools for Visual Studio Code

Build Status

Features

Requirements

In Progress

Extension Settings

  • xmlTools.ignoreDefaultNamespace: Ignore default xmlns attributes when evaluating XPath.
  • xmlTools.persistXPathQuery: Remember the last XPath query used.
  • xmlTools.removeCommentsOnMinify: Remove XML comments during minification.
  • xmlTools.splitXmlnsOnFormat: Put each xmlns attribute on a new line when formatting XML.
  • xmlTools.xmlFormatterImplementation: Supported XML Formatters: classic.
  • xmlTools.xqueryExecutionArguments: Arguments to be passed to the XQuery execution engine.
  • xmlTools.xqueryExecutionEngine: The full path to the executable to run when executing XQuery scripts.

Known Issues

In Progress

Release Notes

Detailed release notes are available here.

Issues

Run into a bug? Report it here.