I don’t know how to jump over parentheses in vscode, and using arrows is really slowing me down. Does anybody know how to jump over parentheses in vscode?
And yes, I know the TabOut extension, but when I use TabOut and I press Tab, the cursor jumps to the start of the parentheses, not over them.
2
Answers
You can use the extension Extra Context to select a different command based on the character right of the cursor, You can use multi-command if you need to make multiple cursor movements.
You could use shortcuts go to bracket
Ctrl+Shift+
.If you want, you can customize the shortcut key for this function in keyboard shortcuts(
ctrl+k ctrl+s
).Use this shortcut key with → to skip brackets.