- Instant help with your Developer coding problems

Jump to closing bracket in VS Code

Question:
How to jump to closing bracket in VS Code?
Answer:
CTRL + SHIFT + \
Description:

Matching brackets in VS Code and jumping to the closing bracket is fairly simple with the keyboard shortcut CTRL + SHIFT + \ .

Troubleshooting

If the above keyboard combination doesn't work, it's probably because you're not using an English keyboard. Fortunately, it is easy to find out what the right shortcut is in your case. Open the keyboard shortcut editor with CTRL + K CTRL + S or use the menu item File -> Preferences -> Keyboard Shortcuts .

Type jumptobracket in the search field and you will get editor.action.jumpToBracket selected and the actual keybinding as shown below.

 

Share "How to jump to closing bracket in VS Code?"