Home > OS >  How to jump out of brackets in VS Code
How to jump out of brackets in VS Code

Time:03-07

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.

CodePudding user response:

this: https://marketplace.visualstudio.com/items?itemName=albert.TabOut i find it from reddit: https://www.reddit.com/r/vscode/comments/g1gev2/comment/fnfp2n4/?utm_source=share&utm_medium=web2x&context=3

  • Related