Go to file
Josh Johnson 90793ecf3c Remove Preview Flag 2018-05-25 20:09:38 -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 Add New Formatter Notice 2018-05-25 00:16:07 -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 Update README.md 2018-05-25 20:03:53 -04:00
package-lock.json Update xqlint 2018-05-03 22:50:42 -04:00
package.json Remove Preview Flag 2018-05-25 20:09:38 -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

README.md

XML Tools for Visual Studio Code

Visual Studio Marketplace Visual Studio Marketplace

Beerpay

Features

Requirements

  • VS Code 1.22.2 or higher

Extension Settings

  • xmlTools.enableXmlTreeView: Enables the XML Tree View for XML documents.
  • xmlTools.enableXmlTreeViewMetadata: Enables attribute and child element counts in the XML Document view.
  • xmlTools.enableXmlTreeViewCursorSync: Enables auto-reveal of elements in the XML Document view when a start tag is clicked in the editor.
  • 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.

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