JonasRock / XML_GridView

Alternative visual representation of XML files in VSCode
Apache License 2.0
3 stars 0 forks source link

XML Grid View

This extension provides a alternative representation of XML files.

Prerequesites

For bigger files (>50MB) VSCode disables extensions. To get around this, the extension Large file support for extensions is needed.


How to use

When opening the file, choose the XML Grid View as the editor.


Features


Useful Commands and Shortcuts


Settings


Common issues

Extension does not work on big files

For 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 reopening

State saving is currently work in progress

No editing possibilities

This is currently a readonly extension

Backend/Developing yourself

The 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.