Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Tab Out or ReindentNew to Visual Studio Code? Get it now.
Tab Out or Reindent

Tab Out or Reindent

Victor Teo

|
6,218 installs
| (1) | Free
Tab jump out pair or reindent selection.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tab Out or Reindent

Press tab to jump out pair or reindent current line, or reindent selection. Multiple cursors are supported.

Please add the following into keybindings.json.

{
  "key": "tab",
  "command": "tabOutOrReindent",
  "when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus && !suggestWidgetVisible && !inSnippetMode"
},

Need Help?

Open an issue here.

License

MIT @ Victor Zhang

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft