With Visual studio Code if I'm in the middle some quote/braces/brackets/parenthesis is there a way to jump to after end of the current block?
Eg. If
it allows me jump to the end of the quote
Or from:
to
Command "editor. action. jumpToBracket" jumps between opening and closing brackets.
README. Tab out of quotes, brackets, etc for Visual Studio Code. You can toggle the extension with the 'Toggle TabOut' command.
April 2020 Update
Yes, use Ctrl+Shift+\
, (or ⇧ + ⌘ + \
on Mac) to jump to closest bracket. If cursor is currently in-between the brackets, first it will jump to closing bracket, each consequent press will jump between opening and closing brackets.
You can reassign the binding to your liking in Keyboard Shortcuts using editor.action.jumpToBracket
command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With