'Visual Studio Code Shortcut to "jump" a parentheses [duplicate]

Is there any shortcut or extension to "jump" a parentheses?

Like pressing tab in PyCharm.



Solution 1:[1]

When you write a pair of parenthesis and if you don't want to press the right arrow, you can press the right paranthesis key and it will do the same thing. If you navigate inside the paranthesesis again, a closed paranthesis will be typed instead

Solution 2:[2]

Here is a pdf of shortcuts for VS Code

This other SO question may also have the answer you're looking for

I am assuming you are referring to autocompletion in VS code for C++

The shortcut you are looking for looks to be as shown in the PDF linked:

Mac: CMD + SHIFT + \

Windows: CTRL + SHIFT + \

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 stefanarctic
Solution 2