Omar Rayhan
Omar Rayhan

Reputation: 131

How to jump out of brackets in VS Code

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.

Upvotes: 13

Views: 12126

Answers (1)

qiz_newbie
qiz_newbie

Reputation: 427

You are looking for the TabOut plugin for VSCode

Upvotes: 21

Related Questions