git - Get authors of methods, like codelens -
need authors of methods list.
i've tried comparing methods name patches content using libgit2sharp, it's long, there many commits.
wanted quickly, somehow code lens.
i'm trying own vs plugin, may there easyer ways.
thanks.
take @ git blame filename
output. seems libgit2sharp supports this. can run specific method if know line numbers method starts , ends e.g. running git blame -l 1,10 filename
see last changing lines 1-10 in file.
Comments
Post a Comment