Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git - Display blame information in the editor gutter #203841

Open
jwalkerinterpres opened this issue Jan 30, 2024 · 4 comments
Open

Git - Display blame information in the editor gutter #203841

jwalkerinterpres opened this issue Jan 30, 2024 · 4 comments
Assignees
Labels
feature-request Request for new features or functionality git GIT issues
Milestone

Comments

@jwalkerinterpres
Copy link

jwalkerinterpres commented Jan 30, 2024

This was first requested in #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:

  • would benefit all git-using devs (ie. virtually all VS Code users)
  • it requires functionality that (evidently) no one has been able to replicate in an extension
  • it belongs as a core part of VS Code
@lszomoru lszomoru added feature-request Request for new features or functionality git GIT issues labels Jan 31, 2024
@lszomoru lszomoru added this to the Backlog milestone Jan 31, 2024
@sanket-bhalerao
Copy link

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.

@sanket-bhalerao
Copy link

@lszomoru, is there a wireframe of how this feature will look like ?

@lszomoru
Copy link
Member

No update on this. This milestone we have worked on adding an editor decoration and status bar item to show git blame information - #205424. In the coming milestone we will also be looking at adding git blame information to the editor gutter.

@lszomoru lszomoru changed the title Git Blame in Gutter Git - Display blame information in the editor gutter Dec 10, 2024
@thernstig
Copy link
Contributor

No update on this. This milestone we have worked on adding an editor decoration and status bar item to show git blame information - #205424. In the coming milestone we will also be looking at adding git blame information to the editor gutter.

I think the way GitLens already does this is nice, so hopefully it'll look somewhat similar. Pressing alt+b is also a nice keyboard shortcut that can be used for this in GitLens (if using the GitLens alternate keymap, which is a setting one has to configure).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality git GIT issues
Projects
None yet
Development

No branches or pull requests

4 participants