How do I jump to a closing bracket in Visual Studio Code?

resurrecteds picture resurrecteds · May 7, 2015 · Viewed 111.5k times · Source

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.

Answer

JesusIniesta picture JesusIniesta · Jun 17, 2016

Mac Cmd+Shift+\

Windows Ctrl+Shift+\

As well you can do:

Ctrl+Shift+p

And select

Preferences: Open Keyboard Shortcuts

There you will be able to see all the shortcuts, and create your own.