"open changes with previous revision" like the GitLens feature #63425
kejlerj
started this conversation in
Feature Requests
Replies: 0 comments
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.
Body
What are you proposing?
It could be great to be able to navigate between different version of a specific file (the opened file), with left/right arrows at the top right of the editor (next to search) to jump to the diff of this specific file against its previous/next revision in Git history (only the commits that affect this file)
Why does this matter?
It exists on the GitLens extension and helped me a lot understanding how code has changed over time, it's a feature that I used a lot on VsCode.
For now we can navigate between commits with history, but it's harder to find the different versions of a specific file.
Are there any examples or context?
All reactions