Is there in vscode a shortcut available which selects all code between matching brackets e.g. in atom this shotcut is ctrl+alt+m
ctrl+alt+m
As answered by Mark, editor.action.selectToBracket works. I assigned keybindings to
editor.action.selectToBracket
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"