This extension adds keybindings for Visual Studio Code that provdes motion commands to move over blocks of text delimited by braces, parentheses, brackets, etc.
Move cursor out of block enclosed by a pair of
{
}
withCtrl+Alt+u
, also move into withCtrl+Alt+d
.
Move cursor to the next block of
{
}
enclosed in the current block enclosed by a pair{
}
withCtrl+Alt+n
and previous withCtrl+Alt+p
.