microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.15k stars 28.83k forks source link

Git Blame in Gutter #203841

Open jwalkerinterpres opened 8 months ago

jwalkerinterpres commented 8 months ago

This was first requested in https://github.com/microsoft/vscode/issues/2248, way back in 2016. It was closed with a "fix it yourself with an extension" (ie. "we think the functionality you're asking for is great for a VS Code extension") ... however, in the eight years since it was filed, no one has created such an extension.

It's not for lack of desire: multiple authors have tried to do it, and they all opted for a crappier version. For instance, the "Git Blame" extension let's you see only a single line's blame (and it's not in the gutter, it's in the status bar).

But look, the basic git blame UI is perfect already! It's basically exactly like VS Code's UI, but with the git blame meta info shown on the leftside. Back in 2016 42 people desired this simple functionality: by now that number has to be in the hundreds, if not thousands.

This feature:

sanket-bhalerao commented 2 weeks ago

Gitlens is doing way too many things now a days. now that VSCode has the Git graph, if and when VSCode shows the inline blame and have stash explorer (similar to Gitlens) then its Goodbye Gitlens.