Ebalders
Ebalders

Reputation: 65

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?

Upvotes: 4

Views: 176

Answers (1)

StoriKnow
StoriKnow

Reputation: 5866

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.

Upvotes: 2

Related Questions