【发布时间】:2013-03-17 20:08:09
【问题描述】:
如何在 sublime text 2 中选择匹配的 html 标签中的所有内容。我尝试过“将选择扩展到括号”,但它不起作用。例如。
<div class="container">
<p>
Text goes here...
</p>
<p>
Text goes here...
</p>
<p>
Text goes here...
</p>
more content...
</div>
我要选择div.container的所有内容
我发现了一个窍门
我尝试过的只是做“冷折叠”然后全选。 但我希望有一个捷径或构建它。
【问题讨论】:
标签: html sublimetext2