Hi StackOverflow community!
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!
Use Emmet (previously known as Zen Coding) for this.
Code | Surround with... | Emmet
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/If you have enabled Emmet and prefer shortcuts you can:
Shift
Surround
and selectSurround with Emmet
li*
and pressEnter