I work with a team and must read to understand their codes. I want to know the author of a specific line of code, but at the moment I'm not sure how to do it quickly, except that I need to look through the history for this - which is very time consuming.
Do you have an addon / advice for me? Thank.
In the Solution Explorer, locate the file, then right-click Annotate.
Refer to the MSDN documentation for the command.
The command will go through the history of the file and show who changed which line and when in the sidebar.
Source: https://habr.com/ru/post/1751866/More articles:Печать диапазона гиперссылок - vbaTracking Changes in Submodules - gitTemplate / Strategy for creating BO from DTO - designJust graduated from the basics of reverse engineering. How to move forward? - assemblyHow to fire marker dragend event in google maps v3? - eventsHow can I programmatically control the start and stop of Selenium RC - seleniumWhat fonts support a large number of weights? / How to fake a font-weight? - designWhat is the difference in different ways of defining a script? - javascriptFind the longest path between any two nodes - javaHow to create a linked list of nodes that are contained in the maximum depth of a binary tree using Java - javaAll Articles