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

AutoSaviour

Biruk Belihu

| (0) | Free
Save smarter, work faster
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AutoSaviour for Visual Studio Code

VS Marketplace Version Installs Rating

AutoSaviour automatically saves your unsaved files whenever you switch tabs, close VSCode, or on a configurable interval – so you never lose a change again.

GitHub Repo stars GitHub forks GitHub issues GitHub License


📑 Table of Contents

  • Overview
  • Features
  • Settings
  • Installation
  • Contribute
  • License

Features

  • 🔄 Tab Switch Auto-Save → saves the previously active tab only for speed.
  • 🪟 Document Close & VSCode Exit → auto-saves unsaved files when closing tabs or quitting.
  • ⏱️ Periodic Save → configurable interval to ensure no file is left unsaved.
  • 🔔 Optional Notifications → see a small toast when a file is auto-saved.
  • ⚙️ Configurable → enable/disable triggers, set save intervals, and notifications in settings.
  • 🛡️ Safe & Efficient → optimized for large projects, only saves what's necessary.

Settings

You can configure AutoSaviour in settings.json or via the VSCode Settings UI:

{
    "autoSaveOnEvents.tabSwitch": true,
    "autoSaveOnEvents.periodicSave": true,
    "autoSaveOnEvents.periodicInterval": 10000,
    "autoSaveOnEvents.showNotifications": false
}
Setting Type Default Description
tabSwitch boolean true Save the previously active tab on switching.
periodicSave boolean false Enable periodic save of all unsaved files.
periodicInterval number 5000 Interval in milliseconds for periodic saves.
showNotifications boolean true Show a notification when a file is auto-saved.

Installation

  1. Open the Extensions panel in Visual Studio Code
    • Ctrl+Shift+X (Windows/Linux)
    • Cmd+Shift+X (macOS)
  2. Search for AutoSaviour.
  3. Install and enjoy automatic saving.

👉 Install from Visual Studio Code Marketplace


Contribute

Want to improve AutoSaviour? Contributions are welcome!

  • Open an issue
  • Submit a pull request

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

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