How to show full-file git blame in vs code

Viewed 95333

At one point I found a way to show line-by-line git blame within vscode. I now cannot recall or find the means with which to do that. I have the Git Blame extension, but that only shows blame on a single selected line.

6 Answers

On Mac, if you have the GitLens plugin, it's CommandOptionGB:

enter image description here

Add the annotator extension. Here is the marketplace link to add it.

If you use the GitLense plugin, you can also use the "File Annotations" icon in the top right of vscode:

GitLense - File Annotations Menu

Or use the "GitLense: Toggle File Blame" command.

I know I'm late here and this is an old question, but, I just installed Git Blame, it's out a while now but seems to be lightweight and very easy to use, I was able to get line by line details of who and when.

enter image description here

Related