Hi there,
I need to add a class
to 30 div
s
How can I select all 30 div
s and type class="value
only once instead of typing it 30 times in VS Code?
Best regards
Hi there,
I need to add a class
to 30 div
s
How can I select all 30 div
s and type class="value
only once instead of typing it 30 times in VS Code?
Best regards
Maybe this can be of some help:
when you type div.*30 the emmet abbreviation recommended 30 div with class to each one
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.