How to group with Emmet -


div>header>ul>li*2>a+footer>p not working me. need group whatever between ul , a. how can this?

you can group things emmet brackets. in case: div>header>(ul>li*2>a)+footer>p give try.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -