XML Grid ViewThis extension provides a alternative representation of XML files. PrerequesitesFor bigger files (>50MB) VSCode disables extensions. To get around this, the extension Large file support for extensions is needed. How to useWhen opening the file, choose the XML Grid View as the editor.
Features
Useful Commands and Shortcuts
Settings
Common issuesExtension does not work on big filesFor files bigger than around 50mb, Visual Studio Code disables all extensions automatically. The current workaround for this is to use the VSCode extension Large file support for extensions. Install it and use to command (Ctrl+Shift+P) open large file... Editor resets on reopeningState saving is currently work in progress No editing possibilitiesThis is currently a readonly extension Backend/Developing yourselfThe extension uses the XML_GridViewServer as a backend. The binaries are bundled with the extension for Linux and Windows, so no need to install manually. To bundle the extension yourself, include the server binary as "XML_GridViewServer_Linux" or "XML_GridViewServer_Windows.exe" depending on your OS. You can also include both binaries. |