You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real-Time Code Diff Analyzer: A stable web tool using diff-match-patch for dynamic code comparison. It features a large, fixed input area, synchronized scrolling, accurate status bar reporting (Line/Col), and visual navigation with distinct red (removed), green (added), and purple (active) highlighting. Perfect for reviewing code changes quickly.
VS Code extension that compares clipboard contents as the "after" and active file as the "before" opposite of built-in functionality. Designed for clean diffs from LLM edits and patch reviews.