简体   繁体   English

在Visual Studio 2012中显示未构建的更改

[英]Show unbuilt changes in Visual Studio 2012

I am looking for a plugin for VS 2012 that would show me which lines of code have been modified or created since the last build. 我正在寻找VS 2012的插件,该插件将向我显示自上次构建以来已修改或创建了哪些代码行。 Anyone know of something for this? 有人知道吗?

You could use a Visual Studio SVN plugin to view changes visually within Visual Studio. 您可以使用Visual Studio SVN插件在Visual Studio中直观地查看更改。

EDIT: as mentioned in my comment below, the next closest thing to what you seek is change tracking . 编辑:正如我在下面的评论中所述,与您要寻找的内容最接近的是变更跟踪 As you bring up in your comment it will only work for your purposes if the only time you save is when you build. 在您提出评论时,仅当您保存时才是构建时,它才可满足您的目的。 I tend to save as often as possible though. 我倾向于尽可能多地保存。

And yes, the default behavior of VS is to automatically save when you build. 是的,VS的默认行为是在构建时自动保存。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM