Is there in vscode an option to: Select everything between matching brackets

前端 未结 7 1240
孤街浪徒
孤街浪徒 2020-12-08 13:48

Is there in vscode a shortcut available which selects all code between matching brackets e.g. in atom this shotcut is ctrl+alt+m

相关标签:
7条回答
  • 2020-12-08 14:21

    As answered by Mark, editor.action.selectToBracket works. I assigned keybindings to

    ctrl+shift+m

    as keyboard shortcut. This used to be default in Older version of VS.

    Note: Ctrl+m is shortcut for "Go to bracket"

    0 讨论(0)
提交回复
热议问题