Describe the solution you'd like
I would like a new diff view mode that displays changes in two columns, with the original code on one side and the modified code on the other. Each line should be shown side by side, making it easier to compare changes line by line.
Is your feature request related to a problem? Please describe.
Currently, diff views can be difficult to parse when changes are extensive or scattered. A two-column mode would make it more intuitive and help users quickly identify specific differences between versions.
Describe alternatives you've considered
I've considered using external tools for diff comparison, but integrating this directly into dfft would improve workflow and user experience.
Additional context
This mode could optionally allow users to highlight changes or collapse unchanged sections for clarity.
Describe the solution you'd like
I would like a new diff view mode that displays changes in two columns, with the original code on one side and the modified code on the other. Each line should be shown side by side, making it easier to compare changes line by line.
Is your feature request related to a problem? Please describe.
Currently, diff views can be difficult to parse when changes are extensive or scattered. A two-column mode would make it more intuitive and help users quickly identify specific differences between versions.
Describe alternatives you've considered
I've considered using external tools for diff comparison, but integrating this directly into dfft would improve workflow and user experience.
Additional context
This mode could optionally allow users to highlight changes or collapse unchanged sections for clarity.