+ 1
If in vs code simultaneous editing? 🤔
In sublime text, if you hold down ctrl + html tags for example (<li>), you can simultaneously add classes to all of them. Is there such an option in Visual Studio Code? I use the Emmet plugin, but sometimes I have to add classes to existing tags and it takes a lot of time.
6 Respostas
+ 2
You can use multi cursor in vscode.
Select the tag then press ctrl + D bunch of times.
Then you can edit multiple tags.
+ 3
Thank you all
+ 3
Anna/Аня you are welcome. Help others
+ 2
🇮🇳Vivek🇮🇳 Thank you very much 🤗
+ 1
If you select the li tag and press ctrl + D then the next ki tag will also be selected and a new cursor will be added. If you keep repeating then next li tag will be selected and so on..