Go to file
Josh Johnson 95702e6355
Merge pull request #326 from DotJoshJohnson/release/v2.5.1
Bump v2.5.1
2020-07-17 23:44:15 -04:00
.github Update release.yml 2020-07-06 21:02:52 -04:00
.vscode Generate Extension Skeleton 2018-01-27 17:50:50 -05:00
languages/xquery Merge pull request #244 from line-o/patch-1 2018-12-14 10:45:27 -05:00
resources Re-Add Marketplace Icon 2018-05-27 23:25:44 -04:00
src Trim Trailing Whitespace from Split Attributes 2020-07-08 23:08:56 -04:00
.gitignore Properly Ignore VSIX Files 2018-05-31 18:19:34 -04: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
CONTRIBUTING.md Create CONTRIBUTING.md 2018-05-28 21:08:14 -04:00
LICENSE Add License 2018-01-27 20:28:24 -05:00
README.md Fixes typo in documentation 2018-07-10 16:54:24 +05:30
azure-pipelines.yml Update azure-pipelines.yml 2019-06-01 14:40:23 -04:00
package-lock.json Bump node.extend from 1.1.6 to 1.1.8 2020-07-07 03:26:57 +00:00
package.json Bump v2.5.1 2020-07-17 23:43:06 -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.enforcePrettySelfClosingTagOnFormat: Ensures a space is added before the forward slash at the end of a self-closing tag.
  • 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.splitXmlnsOnFormat 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