5

There are some extensions for auto saving work on other versions of VS but couldn't find anything for VS2017.

2 Answers2

4

There is a plugin you can install called NoMorePanicSave2017 It saves everything when the editor loses focus. Doesn't work perfectly (sometimes you have to tab back in to get it to save), but it's the best thing I could find that's close to Intellij's auto save.

2

Visual Studio 2017 has such as option.

Go to menu Tools > Options > Environment > AutoRecover and set the parameters:

enter image description here

harrymc
  • 498,455