|
|
|
|
|
by nielsbot
1098 days ago
|
|
One thing I miss the most from Xcode is the ability to double-click on any delimiter pair ([...], (...), <...>, {...}) to select all text between those delimiters. I filed an issue against VSCode to get this implemented, but it never got enough upvotes.. Maybe posting about it here is my chance to get it done? :-P https://github.com/microsoft/vscode/issues/85587 |
|
For slightly more control, you can also use alt+shift+right (or left) to expand/contract your selection to the matching bracket.