As I was working with huge nested XML files (>20k lines, up to 30 sub-trees/childs) these days, I am wondering, if there is any tool or plugin that can show me the structure of an XML file interactively as a list while clicking through it.
A familiar function is integrated in IDEs like PyCharm, where you can see the object/function/loop/.. inside that you are working or rather your cursor is placed.
I've already tried using PyCharm, Sublime Text 3 and VS Code to solve this issue, but I didn't find a solution. Any suggestion? (I'm working on Mac)
There is a PyCharm Plugin called xStructure.
It supports breadcrumb navigation.