Show undeveloped changes in Visual Studio 2012

I am looking for a plugin for VS 2012 that will show me which lines of code have been changed or created since the last build. Does anyone know something for this?

+4
source share
1 answer

You can use the Visual Studio SVN plugin to visually view changes in Visual Studio.

EDIT: as mentioned in my comment below, the next closest thing to what you are looking for is change tracking . As you learn in your comment, it will only work for your purposes, if the only time you save is when you build. I try to save as often as possible, though.

And yes, the default behavior of VS for auto save is saved upon creation.

+2
source

All Articles