Find closing HTML tag in Sublime Text

前端 未结 7 1800
太阳男子
太阳男子 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 12:00

    Try Emmet plug-in command Go To Matching Pair:

    http://docs.emmet.io/actions/go-to-pair/

    Shortcut (Mac): Shift + Control + T

    Shortcut (PC): Control + Alt + J

    https://github.com/sergeche/emmet-sublime#available-actions

    0 讨论(0)
提交回复
热议问题