1 repository
Systems for leaving line-level or review-wide comments on diffs that persist across editor restarts.
Distinct from Comment Interfaces: Distinct from Comment Interfaces: focuses on version-control diff annotations rather than general document-level comment UI components.
Explore 1 awesome GitHub repository matching user interface & experience · Diff Annotation Systems. Refine with filters or upvote what's useful.
Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge
Supports persistent line-level and review-wide comments on diffs with a dedicated panel.