Tibor
Tibor

Reputation: 73

How to select content of HTML attribute with single shortcut press in VSCode?

I can't find out how to select the whole content of HTML attribute. For example I have a div with class

<div class="menu-link font-size-bigger font-weight-bold"></div> 

So now when I want to select all classes "menu-link font-size-bigger font-weight-bold" I must press smartSelect.grow 3x

Is there a better way. I just want to use one shortcut press. Thank you

Upvotes: 1

Views: 779

Answers (1)

Related Questions