Commit Graph

3 Commits

Author SHA1 Message Date
Josh Johnson c37ac45e80 Add XML Tree View 2018-04-27 23:10:55 -04:00
Josh Johnson 01b580768b Out With the Old 2018-01-27 17:45:58 -05: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