Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrai/auto-save-vs-extension
An extension that automatically saves the file as you're working on it.
https://github.com/hrai/auto-save-vs-extension
csharp visual-studio visual-studio-extension
Last synced: about 2 months ago
JSON representation
An extension that automatically saves the file as you're working on it.
- Host: GitHub
- URL: https://github.com/hrai/auto-save-vs-extension
- Owner: hrai
- License: apache-2.0
- Created: 2019-06-27T10:06:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T00:31:22.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T23:16:36.845Z (about 2 months ago)
- Topics: csharp, visual-studio, visual-studio-extension
- Language: C#
- Homepage:
- Size: 213 KB
- Stars: 38
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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
- VS2019 - https://marketplace.visualstudio.com/items?itemName=HRai.AutoSaveFileOld
- VS2022 - https://marketplace.visualstudio.com/items?itemName=HRai.AutoSaveFile### 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
- [Donate/Sponsor](https://github.com/sponsors/hrai) the project
### Raise issues
- Please feel free to raise issues
- PRs are welcome! :)