Reputation: 475
Does VSCode have a way to select between tags? And I don't mean just collapse and un-collapse, I mean to select everything between the opening and ending tags.
Upvotes: 0
Views: 209
Reputation: 475
I have solved it by installing Emmet Keybindings extension: editor.emmet.action.balanceOutward editor.emmet.action.balanceInward
Upvotes: 1