Commit graph

15 commits

Author SHA1 Message Date
Josh Johnson
93b3083bbf Switch to Double Quotes
Closes #108
2017-06-23 21:06:53 -04:00
Josh Johnson
846a128984 Remove "use strict"
Closes #107
2017-06-21 00:30:16 -04:00
Josh Johnson
a9953b696d Re-Implement XML Tree View
Leverages the new "views" API in VS Code to show a tree view in the file
explorer sidebar. Clicking a tree node navigates the editor to the line
containing the source element/attribute. The tree can be navigates via
keyboard by using the UP/DOWN arrow keys to choose nodes and the
LEFT/RIGHT arrow keys to collapse/expand nodes.

Addresses the following issues:
#62
#66
#71
#72
#73
#83
#102
2017-06-15 23:55:04 -04:00
Josh Johnson
802adea719 Add "Format As XML" Command
This command can be invoked from any document, regardless of what
language is selected. It supports selection-only formatting as well.

closes #97
2017-06-01 21:52:09 -04:00
Josh Johnson
51d14fcd1c feat: add xsl formatting support
fixes #55
2016-05-17 22:42:12 -04:00
Josh Johnson
04b11bea3b Correct Command Registration 2016-02-16 18:42:43 -05:00
Josh Johnson
801fc5a352 Add XML Tree Feature
#32
2016-02-16 18:42:23 -05:00
Josh Johnson
cc796ed26e Remove Format XML Command 2016-01-18 16:04:50 -05:00
Josh Johnson
41bf728061 Fix #23 2016-01-18 15:59:58 -05:00
Josh Johnson
4dcac61936 Fix #15 2016-01-08 21:50:30 -05:00
Josh Johnson
98028898ac Add XQuery Execution 2016-01-08 12:35:50 -05:00
Josh Johnson
8738058d8c Port vscode-xquery to vscode-xml
I'll be consolidating the two extensions into one.
2016-01-08 10:44:46 -05:00
Josh Johnson
08c81f7d16 Make XMLNS Split Optional
New setting: xmlTools.slpitXmlnsOnFormat
2016-01-08 09:19:27 -05:00
Josh Johnson
721f50cc37 Add XPath History Cleanup 2016-01-07 11:19:29 -05:00
Josh Johnson
eb43a467c8 vNext Rewrite
This commit cleans up and reorganizes the code base, as well as fixes some issues. The intent of the vNext branch is to make the extension more conducive to an open-source environment.
2016-01-06 15:55:11 -05:00