Answers for "select content inside bracket vscode shortkey"

0

select content inside bracket vscode shortkey

Place the cursor inside the bracket (not directly next to a bracket) and execute editor.action.smartSelect.grow until everything inside the bracket is selected. The default shortcut is Shift+Alt+Right (or Ctrl+Shift+Right on Mac).

You can shrink the selection with editor.action.smartSelect.shrink which has the default shortcut Shift+Alt+Left (or Ctrl+Shift+Left on Mac).
Posted by: Guest on May-03-2022

Browse Popular Code Answers by Language