问题描述
StackOverflow社区!
Hi StackOverflow community!
直截了当!我目前在PHPStorm中...
Straight to the point! I currently have in PHPStorm...
<ul>
Content
Content
Content
Content
Content
Content
</ul>
内容显然充当占位符...目前,我通过这些行在每行上分别实现了列表标签,这非常慢,因为我当前创建了大量的列表!
Content obviously serving as a placeholder...At the moment im going through these lines individually implemented list tags on every line, which is extremely slow as I'm current created a heck load of lists!
有人建议如何大大加快此过程吗?
谢谢大家!
Anybody got any sugguestions on how to speed up this process considerably?
Thanks guys!
推荐答案
为此使用 Emmet (以前称为Zen Coding).
Use Emmet (previously known as Zen Coding) for this.
代码|环绕着... | Emmet
如果您已经创建了<ul>
标签,只需稍微更改字符串(即li*
).有关更多详细信息/文档,请参见: http://docs.emmet.io/abbreviations/syntax/
If you have <ul>
tags already created, just alter string a bit (i.e. li*
). More details/documentation is available here: http://docs.emmet.io/abbreviations/syntax/
这篇关于PhpStorm在列表标签中包装多行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!