Navigate and select strings
- Cursor Quote Select
(select the entire string) - Cursor Quote Start
(move cursor to string beginning) - Cursor Quote Start Select
(select to string beginning) - Cursor Quote End
(move cursor to string ending) - Cursor Quote End Select
(select to string ending)
See all available commands in the quick pick menu.
-
Command Palette: "Quick Select: ..."
-
Keyboard Shortcuts
-
keybindings.json
{
"key": "alt+q",
"command": "quickSelect.cursorQuoteSelect"
},