Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto Save TogglerNew to Visual Studio Code? Get it now.
Auto Save Toggler

Auto Save Toggler

Bachi Mjavanadze

|
3,797 installs
| (0) | Free
Toggle AutoSave and quick access to save button directly from your editor toolbar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

icon

Auto Save Toggler

Description

Auto Save Toggler is a VSCode extension that enhances your workflow by providing quick access to save functions directly from your editor toolbar. This extension helps you manage your auto-save preferences with ease.

Features

  • Save All Button: Quickly save all open files with a single click.
  • Toggle Auto Save Button: Easily switch auto-save on or off.
  • Kill All Tasks Button: Kill all running terminal tasks from the status bar.
  • Toggle Terminal Button: Show or hide the terminal panel from the status bar.
  • Multiple Display Variants: Choose between different display options to suit your preferences.

Default Configurations:

{
  "AutoSaveToggler.config": {
    "isActive": true,
    "variant": 2,
    "killAllTasks": true,
    "toggleTerminal": true
  }
}

Configuration

  • isActive: Set to true to enable the extension, false to disable.
  • variant: Choose the display variant (1 for compact, 2 for expanded, 3 for single toggle button).
  • killAllTasks: Set to false to hide the Kill All Tasks button in the status bar.
  • toggleTerminal: Set to false to hide the Toggle Terminal button in the status bar.

Usage

After installation, you'll see new buttons in your editor title bar. The appearance depends on your chosen variant:

  1. Variant 1 (Compact): A single dynamic button with a dropdown menu.

full image


  1. Variant 2 (Expanded): Two separate buttons for Save All and Toggle Auto Save. Save All button is hidden when Auto Save is enabled.

compact image


  1. Variant 3 (Single Toggle): A single button to toggle Auto Save on/off with changing icons.

single image

License

This extension is licensed under the MIT License.

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