简体   繁体   中英

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. Anyone know of something for this?

You could use a Visual Studio SVN plugin to view changes visually within 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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