Reputation: 883
I recently started to work with visual studio 2017. I am looking for making visual studio 2017 to auto-save after delay as what vscode does. Is there any way to achieve that?
Upvotes: 1
Views: 2401
Reputation: 27890
Not exactly what you ask for, but Visual Studio has AutoRecover feature that can restore unsaved changes in case of a crash.
You can also auto save files when Visual Studio loses focus.
Upvotes: 1