Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>hereNew to Visual Studio Code? Get it now.
here

here

howin

|
152 installs
| (0) | Free
here is tended to make vscode switching among different status smoothly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

here README

here is a vscode extension to switch vscode status smoothly.

through setting "here.switchConfigurations" arr,here extension will set "here.switchConfigurations.settings" and run "here.switchConfigurations.commands" to switch vscode status.

it also support async set and run to make this switch faster.

"here.switchConfigurations" settings for example:

{
  "here.switchConfigurations": [
    {
      "here.switchConfigurations.settings": {
        "workbench.activityBar.visible": false,
        "workbench.statusBar.visible": false,
        "workbench.editor.showTabs": false
      },
      "here.switchConfigurations.commands": [
        "workbench.action.closeSidebar",
        "workbench.action.closePanel"
      ]
    },
    {
      "here.switchConfigurations.settings": {
        "workbench.activityBar.visible": true,
        "workbench.statusBar.visible": true,
        "workbench.editor.showTabs": true
      }
    }
  ]
}

here:switch(key shortcut: ctrl+shift+t): before run before run first run first run second run second run

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