Hacker News new | ask | show | jobs
Show HN: Patchmark – LSP for reviewing code changes/diffs in text (radicle.network)
2 points by dpc_01234 31 days ago
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.