12

Does VSCode have the ability to tab out of auto-completed brackets? As in, when you press "tab" key near a closing bracket, the cursor will jump over it instead of adding a new tab. This is a feature in Pycharm and I am used to it. But in VSCode you must use arrow keys to do so.

1 Answer 1

19

You are looking for the TabOut plugin for VSCode

2

Not the answer you're looking for? Browse other questions tagged or ask your own question.