Save All Files Before Build Gone in Visual Studio

2019-01-19 10:54发布

In Visual Studio 2010, there was a setting under Tools --> Options --> Projects and Solutions --> Build And Run --> Before Building (Save all changes). In VS 2012, this setting appears to be gone, and my solution is not saving before build. Note that the projects I am building is a MakeFile project with Clang/LLVM for the compiler, if that is relevant info.

Is there a setting somewhere that I am missing?

2条回答
仙女界的扛把子
2楼-- · 2019-01-19 10:55

According to the answer provided by Vicky Song (Microsoft), the feature is no longer available. If you wish to submit a feature request, they will consider it.

Reference: http://social.msdn.microsoft.com/forums/vstudio/en-US/be441ff6-682f-4534-b653-99632a7975a4/before-building-settings

查看更多
啃猪蹄的小仙女
3楼-- · 2019-01-19 11:05

This feature is very useful mainly when considering that many users have the Visual Studio to crash randomly (myself as well). So when I want to run a compile-build-test, I would like to save everything open (including the environment that gets lost on those nasty events)...

查看更多
登录 后发表回答