It would be nice to have the option to customize how symbol outline / search will be displayed.
This could be done by using the attribute on the displayed element.
<Element1>
<Element2 id="id1" />
<Element2 id="id2" />
<Element2 id="id3" />
</Element1>
In my case my symbol outline looks like this:
Element1
--Element2
--Element2
--Element2
It would be nice, if it could look sth like this:
Element1
--Element2 (id1)
--Element2 (id2)
--Element2 (id3)
Thx. :)
It would be nice to have the option to customize how symbol outline / search will be displayed.
This could be done by using the attribute on the displayed element.
In my case my symbol outline looks like this:
It would be nice, if it could look sth like this:
Thx. :)