Open WardsParadox opened 2 years ago
For reference...
That looks pretty good. But lacks standard symbols (+, -) for diffs or highlighting specifics
On line 16 it is highlighting specifics ("mockData"). This is just a mockup and is exactly how Xcode handles it so behavior should probably be default.
I like the way Github shows diffs such that matching lines are always next to each others, rather than the way XCode does it, where lines are offset as shown on the screenshot in the earlier comment.
I think this makes it much easier to compare files in practice.
@austincondiff I would like to work on this issue if I can implement this in GitHub style.
Let’s default it to how Xcode handles this with a setting to offset the lines as mentioned. Does that work for everyone?
@austincondiff I haven‘t figured out how to implement this but I‘d like to work on this issue. Please assign this issue to me.
A diff view and tree view built in for git (and other version control systems) would be a great addition. One less plugin needed :)
Opening diff view from CLI would also be nice to have.