Is there an action like **go to matching brace** that will take me to the matching XML tag as from **<g>** to **<g/>** in the example below? ``` <g> <f> <e> <d> <c> <b>a</b> </c> </d> </e> </f> </g> ```
https://plugins.geany.org/pairtaghighlighter.html
Seems to be what it's made for, though the "go to matching tag" keybinding doesn't seem to work reliably here.
github-comments@lists.geany.org