括号-如何扩展选择

时间:2019-10-03 08:56:43

标签: adobe-brackets

我在这个大数据条目(HTML文件中的硬编码)中,我需要快速选择文本。我有以下代码:

<figure class="picture-item" data-groups='["tafp"]'>
<img src="assets/img/employees-img/some-pic.jpg" class="img-fluid rounded-circle" data-toggle="popover" data-placement="bottom" title="Some Name" data-content='<b>Position:</b> Senior Some Position<br /><b>Department:</b> Department<br /><b>Phone Internal:</b> 123<br /><b>Phone External:</b> +1234567890<br /><b>E-Mail:</b> <a href="mailto:name@company.com">name@company.com</a><br /><b>Skype:</b> <a href="skype:name?chat">Chat</a> / <a href="skype:name?call">Call</a>' alt="...">
<div class="picture-item__details">
    <figcaption class="picture-item__title">Some Name</figcaption>
</div>

因此,我需要编辑每个人的所有详细信息,例如,我想快速选择全名(姓和名),然后粘贴下一个。

括号中是否有插件/快捷方式可用于实现这种选择增加或在两个引号之间选择文本?

0 个答案:

没有答案