Go to matching tag in Intellij?

I know that it's possible to go to the enclosing brace or beginning/end of a code block in Intellij, as detailed here:   https://www.jetbrains.com/idea/help/navigating-to-braces.html

I wonder if there's a similar way to go to the matching opening/closing HTML tag in an HTML document?    For example to navigate from a <DIV> to the corresponding </DIV> tag?

2

I was unaware of these commands and I have several times wished for them!

To answer you question though, I tried them in an HTML document, and they worked just fine.

I also tried them in JavaScript, XML and Scala, and they worked fine in all of those cases too.

0

dfmclean wrote:

I was unaware of these commands and I have several times wished for them!

To answer you question though, I tried them in an HTML document, and they worked just fine.

I also tried them in JavaScript, XML and Scala, and they worked fine in all of those cases too.


Geez.... (pounds head on desk).... that never even occured to me.  Thanks!

0

请先登录再写评论。