I use Git Bash (CLI) for all Git related tasks. Git can of course only recognize changes in files if Visual Studio saved them, which it does not automatically. I am used from IDEA that I do not have to take care of this.
I often Alt+Tab to Git Bash after having changed multiple source files and then realize I need to save first, so I go back to VS and Ctrl+Shift+S and switch to Git Bash again.
How can I make Visual Studio 2017 save all opened files continuously?
I looked through the options but did not find anything. I also use Resharper, in case it can do this.