Open jwalkerinterpres opened 9 months 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.
@lszomoru, is there a wireframe of how this feature will look like ?
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 thegit 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: