Skip to content

An extension that automatically saves the file as you're working on it (VS2019).

License

Notifications You must be signed in to change notification settings

hrai/auto-save-vs-extension-2019

Repository files navigation

auto-save-vs-extension-2019

A Visual Studio extension that automatically saves the file as you're working on it.

There are 3 conditions when changed file/s is saved.

Condition Respects ignored file types Can be disabled?
The 5 seconds (default) have elapsed since the last change. Yes No
The file loses focus. Yes No
Visual Studio loses focus. All the changed files are saved. No Yes

Visual Studio Marketplace URLs

Configurable Settings

  • The time delay can be configured from the options panel.
  • If you want to exclude some files from auto-saving, you can supply a list of comma-separated file extensions such as 'vb,json,config'
  • If you want to save all the modified files when Visual Studio loses focus, then enable this to true. Set to True by default.

How to contribute?

Sponsor

Raise issues

  • Please feel free to raise issues
  • PRs are welcome! :)

About

An extension that automatically saves the file as you're working on it (VS2019).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages