Answers for "vs code select word at caret"

0

vs code select word at caret

{
  "key": "ctrl+w",                
  "command": "editor.action.smartSelect.grow",
  "when": "editorTextFocus" 
},
{
  "key": "ctrl+shift+w",
  "command": "editor.action.smartSelect.shrink",
  "when": "editorTextFocus"
}
Posted by: Guest on February-20-2021

Browse Popular Code Answers by Language