Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>ResolveNew to Visual Studio Code? Get it now.
Resolve

Resolve

cssrno

| (0) | Free
IntelliJ-style 3-way merge editor and 2-pane diff viewer with bezier pipes. Auto-collapses unchanged regions, breadcrumb hovers, scoped chevron actions, rebase / merge context headers.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Resolve

IntelliJ-style merge & diff tools for VSCode — an independent reimplementation of IntelliJ's merge & diff experience.

Resolve is a side project. Bugs and missing pieces are likely — open an issue if you spot something.

What's inside

Merge editor

Merge view

Three panes (Local / Result / Remote) connected by bezier ribbons, the same way IntelliJ shows them. Opens automatically on any conflicted file.

Diff viewer

Diff view

A two-pane diff between HEAD and the working tree, with per-hunk staging. Opens when you click a modified file from the Source Control panel.

Collapsed unchanged ranges

Collapse unchanged

Long stretches of unchanged code fold into a single placeholder row, crossed by a wave traversing all panes. Click a chip to expand it back.

Install

From the VSCode Marketplace: open the Extensions view (⇧⌘X / Ctrl+Shift+X), search for Resolve, and click Install. Or from the command line:

code --install-extension cssrno.resolve

Build from source

git clone https://github.com/cssrno/resolve.git
cd resolve
npm install
npm run build
npm run package
code --install-extension resolve-*.vsix

Settings

Setting Default What it does
resolve.diffViewer.mode side-by-side side-by-side uses Resolve's diff viewer for SCM clicks; native keeps VSCode's built-in.

License

MIT — see LICENSE.

Trademark notice

Independent project, not affiliated with or endorsed by JetBrains s.r.o. "IntelliJ" is a trademark of JetBrains s.r.o., used here for descriptive purposes only.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft