Code · 2026
diff-erent
A git diff view built for reviewing rather than reading — hunks that summarise themselves, and a rail showing what each change puts at risk.
An extension for VS Code and Cursor that replaces the side-by-side diff for review work. Every hunk carries a summary of what it actually changed — behaviour, imports, exports, styles — so a long diff can be triaged before it is read line by line.
Token-level inline diffing for word changes, filtering by file name or status, and an impact rail built from the static import graph that flags which files a change reaches into.
The analysis engine is deliberately separate from the extension layer: the core modules run under plain Node, with no editor attached.
- Built with
- TypeScriptVS CodeNode.jsGit