20 keyboard-shortcuts visual-studio-code
在带有Resharper的VS中,有一个命令ctrlw可以在光标处选择整个单词,然后在重复按下时,将选择范围扩展到括号,然后将它们包含在内,然后再添加到下一个外部括号等.
Visual Studio Code中的命令名称是什么?
Bil*_*art 28
该缩小/扩大选择的命令应该是你在找什么.命令名称是editor.action.smartSelect.grow(默认键绑定shift+ alt+ right)和editor.action.smartSelect.shrink(默认键绑定shift+ alt+ left).
小智 9
我将 alt+s 用于 editor.action.smartSelect.grow。
{
"key": "alt+s",
"command": "editor.action.smartSelect.grow",
"when": "editorTextFocus"
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8818 次 |
| 最近记录: |