Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go to matching xml tag? #2229

Open
philiprbrenan opened this issue Jul 26, 2019 · 1 comment
Open

Go to matching xml tag? #2229

philiprbrenan opened this issue Jul 26, 2019 · 1 comment
Labels

Comments

@philiprbrenan
Copy link

Is there an action like go to matching brace that will take me to the matching XML tag as from to in the example below?

  <g>
    <f>
      <e>
        <d>
          <c>
            <b>a</b>
          </c>
        </d>
      </e>
    </f>
  </g>
@codebrainz
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants