Merge Studio
The merge editor for VS Code and Cursor. VS Code and Cursor never had a real
merge editor — so I built it. A three-pane view (yours, the result you’ll commit,
theirs) joined by color ribbons and one-click accept arrows, a Conflicts
dashboard that tracks every file, full undo history, and a precise side-by-side
diff.
Install
What it does
- 3-way merge editor — yours on the left, the result in the middle, theirs on
the right, with accept / ignore ribbons per change and a per-action undo history.
- Conflicts dashboard — every conflicted file in one list, with Accept Yours /
Accept Theirs / Merge and a hold-to-undo.
- Side-by-side diff — working tree vs HEAD, with intra-line highlights.
- Open in a JetBrains IDE — optionally resolve a conflict or diff in an
installed IntelliJ, WebStorm, PyCharm, or other JetBrains IDE.
Links