Is there any shortcut or extension to "jump" a parentheses?
Like pressing tab in PyCharm.
Is there any shortcut or extension to "jump" a parentheses?
Like pressing tab in PyCharm.
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
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
+ \