Support "blame following" in when git blaming #42583
olejorgenb
started this conversation in
Git
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In vscode / GitLens this is called "open blame prior to this change"
Jetbrains: https://www.jetbrains.com/help/pycharm/investigate-changes.html#annotate_previous_revision
You activate this for a specific line and the editor show a read only view of the file at that revision with blame still activated.
Perhaps this will come more or less for free once "open file at revision" is implemented though? (#16827 is kinda about that)
This is an feature I occasionally miss enough to fire up vscode/jetbrains. Very useful to quickly understand the history of a code section.
Beta Was this translation helpful? Give feedback.
All reactions