Reputation: 189
I work with a team of developers on a shared WPF solution on TFS.
Is there a way to display above the lines of code the name of the user who delivered them on TFS?
Upvotes: 0
Views: 176
Reputation: 677
Not above the line, but from Visual Studio, if you right click in the file, select "Source Control" and then "Annotate" for TFVC or "Blame" for Git you should be able to see a breakdown on line level who committed the code.
Upvotes: 1