• 1 Post
  • 1 Comment
Joined 1 year ago
cake
Cake day: July 26th, 2023

help-circle
  • Orac@feddit.nlOPtoVS Code@programming.devLooking for a git history plugin
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 months ago

    I tried that, it has different ways of looking at a diff/history, but none where you can just have it open while still working (unless you do split I suppose, but that is not practical as I need to go through hundreds of files. But perhaps it helps if I describe the problem. Maybe there is another solution I am not thinking of: I have almost 2000 files that all have had 1 change (so there is an initial commit and a recent version). What I need to do is go through each file and add the changes made to the file as a comment. So what I would like is: When I open a file, see immediately which lines were changed., and then be able to see what it was that changed so I can either copy/paste or retype it as a comment. Each change I review and I either add a #ACCEPTED, #DENIED or a #REVIEW to the comment as well.

    So having to switch to different views and opening/closing tabs for each file is something I would like to avoid. Just open the file, see what I need, type and close the file again.