Search code examples
visual-studio-codeide

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.


Solution

  • You are looking for the TabOut plugin for VSCode