BaseX Tools for Visual Studio Code
Go to file
Josh Johnson 08ef6c4365 Fix Unnecessary Newline
fixes #147
2018-05-02 20:30:42 -04: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
resources/icons Add XML Tree View 2018-04-27 23:10:55 -04:00
src Fix Unnecessary Newline 2018-05-02 20:30:42 -04: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 Add XPath Evaluation 2018-04-28 00:10:51 -04:00
package-lock.json Add Cursor Sync 2018-04-29 00:47:12 -04:00
package.json Add Minify Command to Context Menu 2018-04-29 01:20:55 -04: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
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.enableXmlTreeView: Enables the XML Tree View for XML documents.
  • 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.splitAttributesOnFormat: Put each attribute on a new line when formatting XML. Overrides xmlTools.splitXmlsOnFormat if set to true. (V2 Formatter Only)
  • xmlTools.splitXmlnsOnFormat: Put each xmlns attribute on a new line when formatting XML.
  • xmlTools.xmlFormatterImplementation: Supported XML Formatters: classic, v2.
  • 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.