XML branch navigation
-
XML Branches
If I am looking at an XML file, and have the cursor in a Node - is there a way I can have it tell me the full path down to that node
eg <ENTRY><PERSON><NAMES><NAME>Michael</NAME><NAME>Hen|ry</NAME></…
The | is my cursor, and I’d want to know that the full node path to where I was was Entry/Person/Names/Name/Henry. It wouldnt matter that there are multiple names in the data, just tells me what the structure I am in is like at a glance.
Does this exist? Should this exist?
-
Does Plugins -> XML Tools -> Current XML Path (alternatively the “break your fingers” Ctrl+Alt+Shift+P) do what you want?