Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.51 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.51 KB

auto-save-vs-extension

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 Yes
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! :)