Reverse Aggregate VS Code ExtensionI made this extension because I have to read a lot of files that contain escaped XML. The lack of formatting and escaped characters make quickly digesting them difficult. This extension helps me quickly make them more readable. How to useStart by searching for the Reverse Aggregate command from the Command Palatte. You will be prompted with all the top level json keys after running the extension. Enter the json key you wish to format as xml and the extension will take the xml for the selected key and create a new file. Extension SettingsThere are no settings for this extension. Installing from MarketplaceSearch for Reverse Aggregate in the extension marketplace and install. Installing ManuallyDownload the vsix file. Open the extensions menu and select install from VSIX... KeybindingsAfter installing, I reccomend setting up a keybinding in keybindings.json. Here is an example:
Known IssuesWill not format anything other than escaped XML. Release NotesThis is the first revision of my extension with pretty basic functionality. 1.0.2Initial release of Reverse Aggregate |