'How to show full-file git blame in vs code
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.
Solution 1:[1]
Use Gitlens extension. It supports various options. Once installed, you can use Alt+B to show full file blame information.
Solution 2:[2]
Solution 3:[3]
Add the annotator
extension. Here is the marketplace link to add it.
Solution 4:[4]
You can view commit history for an individual file without a plugin using the Timeline view.
See https://stackoverflow.com/a/60013101/337934 for more information.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Steve Chambers |
Solution 2 | wyu |
Solution 3 | Axe319 |
Solution 4 | SamB |