本文介绍了禁用Visual Studio 2012中的代码自动保存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Microsoft Visual Studio 2012 Pro进行Windows软件开发。早些时候我曾经使用VS 2008.

I am using Microsoft Visual Studio 2012 Pro for windows software development. Earlier I used to use VS 2008.

我找不到的一个选项(旧版本中有)是:

One option that I couldn't find (which was there in older version) is :

在构建之前 -

- 不保存任何更改

- 保存所有更改

- 提示保存更改

Before building -
-Do not save any changes
-Save all changes
-Prompt to save changes

以上内容可在Tools-> Options-> Build&在旧版本中运行。

The above was available in Tools->Options->Build & Run in older versions.

当我在代码中进行临时更改时,我不想保存它,那么该功能就派上用场了。

At times when I make temp changes in my code which I don't want to save it then that feature comes in handy.

在构建/运行代码之前,有什么方法可以阻止VS 2012保存我的代码。

Is there any way I can stop VS 2012 from saving my code before I build/run it.

谢谢,

干杯,
GR

Cheers,GR

推荐答案

该功能已被删除在Visual Studio 2010中。据我所知,它在Visual Studio 2012中没有重新出现。

That feature was dropped in Visual Studio 2010. As far as I know it hasn't resurfaced in Visual Studio 2012.

这篇关于禁用Visual Studio 2012中的代码自动保存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 04:35