vscode-xml
vscode-xml copied to clipboard
Consider previewing tag content in XML DOCUMENT window
Description tag content preview in the XML DOCUMENT tool window.
Currently <key>expression</key>
is rendered <\> key [line 1]
in XML DOCUMENT.
Preferable would be
<\>key (expression) [line 1]
Current Workarounds click the node and inspect the value in the editor.
I would appreciate this feature very much, too. Currently, I lose the current cursor and view position when I want to know the values of such tags.