Settings

Theme

Show HN: Patchmark – LSP for reviewing code changes/diffs in text

radicle.network

2 points by dpc_01234 a month ago · 0 comments · 1 min read

Reader

Increasingly I've been needing to review changes inside text editor, typically as a part of editing a prompt in code harness, though sometimes for other purposes (editing md documents, PRs, etc.).

Manipulating diffs, quoting text, removing hunks, jumping to definition to verify was clumsy and cumbersome, and it occurred to me that most of it could be done very well as a language server protocol component, and wouldn't even require knowledge or special support for the language being under review.

So I've built it, and I've been slowly tweaking and improving for few days now.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection