How to select content between quotes (single and double) in VSCode? Is there an extension?
Anonymous
Many times I wish I had a keyboard shortcut in VSCode that can help me select values in between single and double quotes in VSCode. For example:
<img src="someimage.com/something.png"/>
I want to easily select someimage.com/something.png
using keyboard shortcut.