Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TabInOut-henrikvilhelmberglundNew to Visual Studio Code? Get it now.
TabInOut-henrikvilhelmberglund

TabInOut-henrikvilhelmberglund

henrikvilhelmberglund

|
78 installs
| (0) | Free
Tab in and out of quotes, brackets, etc. Warning: semi broken
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This is a fork

This is a fork of Tabout. It breaks things but can also tab in and not just out.

Original readme below.

README

Tab out of quotes, brackets, etc for Visual Studio Code.

The list of characters to TabOut from is configured in Settings (https://code.visualstudio.com/docs/getstarted/settings). You can remove and/or add characters to customize TabOut to your liking.

Default list of characters to TabOut from (click to expand)
        {
            "open": "[",
            "close": "]"
        },
        {
            "open": "{",
            "close": "}"
        },
        {
            "open": "(",
            "close": ")"
        },
        {
            "open": "'",
            "close": "'"
        },
        {
            "open": "\"",
            "close": "\""
        },
        {
            "open": ":",
            "close": ":"
        },
        {
            "open": "=",
            "close": "="
        },
        {
            "open": ">",
            "close": ">"
        },
        {
            "open": "<",
            "close": "<"
        },
        {
            "open": ".",
            "close": "."
        },
        {
            "open": "`",
            "close": "`"
        },
        {
            "open": ";",
            "close": ";"
        }
        

This extension is enabled by default. You can override this behaviour in your settings:

"tabout.disableByDefault": true

You can toggle the extension with the 'Toggle TabOut' command.

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