Find closing HTML tag in Sublime Text

前端 未结 7 1802
太阳男子
太阳男子 2020-12-12 11:16

I have a very long and very nested HTML document, where I need to quickly find the closing tag. How can I do this?

7条回答
  •  既然无缘
    2020-12-12 11:40

    Under the "Goto" menu, Control + M is Jump to Matching Bracket. Works for parentheses as well.

提交回复
热议问题