In VSCode when I type a bracket, e.g ‘(‘, it automatically creates the ending bracket: ‘)’.
Are there any shortcuts to jump to the closing bracket or parenthesis, without pressing the ‘End’ key?

I found a way to do in Sublime Text 2 that did exactly that, using a Regex in the User’s Key Bindings, but couldn’t find a way to do it in VSCode.

21 Answers
21

Leave a Reply

Your email address will not be published. Required fields are marked *