Comment by ivanjermakov
2 hours ago
LSP is not that bad. They tried to decouple IDE features from language features.
Resolving file paths is not trivial because it's language specific.
Syncing source changes on the LSP server side is necessary to keep packet side small and patching is trivial (span, new text).
(I made an LSP-powered text editor and implemented LSP client from scratch)
No comments yet
Contribute on Hacker News ↗