跳转到配对标签
In HTML, allows you to quickly traverse between opening and closing tag:
在HTML标签的开始与关闭标记间跳转。
1
2
3
4
5
6
<div id="page">
<section class="content">
<h1>Document example</h1>
<p>Lorem ipsum dolor sit amet.</p>
</section>
</div>
- “Go to Matching Pair” (Ctrl+T)
▶ Watch demo
“Go to Matching Pair” action uses “HTML Matcher” internally so it may work in non-HTML syntaxes too.
这个功能在内部调用 匹配标签 功能,所以非 HTML 语法也可以用。