codemirror / dev

Development repository for the CodeMirror editor project
https://codemirror.net/
Other
5.94k stars 377 forks source link

Suggestion: Support true inline diff in unified merge view #1419

Closed DaRosenberg closed 2 months ago

DaRosenberg commented 3 months ago

VS Code just added this in the July 2024 update: https://code.visualstudio.com/updates/v1_92#_true-inline-diffs

Before:

After:

It would be really nice if the unified merge view extension supported this as well.

marijnh commented 2 months ago

I don't intend to work on this.