Determining who changed a particular line of code (aka "guilty function")

We have a very complex project in which a file with individual files can be modified by many (say, 50) different users. Sometimes, in order to understand and make changes to a block of code, you need to contact the person who wrote this block / method of a line / code. So what you do, you look through all the revisions until you find the one you were looking for.

Is there a built-in function to find the author of a line / code / method in Visual Studio Team Explorer 2012 directly?

If not, is there a third-party tool with this feature?

+4
source share
1 answer

, , . Annotate:

Menu

:

History

+4

Source: https://habr.com/ru/post/1525172/


All Articles