How to edit a few divs simultaneously in VS Code?

Hi there,

I need to add a class to 30 divs

How can I select all 30 divs and type class="value only once instead of typing it 30 times in VS Code?

Best regards

Maybe this can be of some help:

3 Likes

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.