Find closing HTML tag in Sublime Text

前端 未结 7 1807
太阳男子
太阳男子 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:52

    It's built in from Sublime Editor 2 at least. Just press the following and it balances the HTML-tag

    Shortcut (Mac): Shift + Command + A

    Shortcut (Windows): Control + Alt + A

提交回复
热议问题