Hacker News new | ask | show | jobs
by femiagbabiaka 532 days ago
LSP exposes standard interfaces, but it still has to be bridged across the variety of languages editor plugins are written in. It’s much better than the previous state.
1 comments

> LSP exposes standard interfaces, but it still has to be bridged

Why is the bridge not "specify where to find the LSP server"?

It is just that. (of course in practice you also need to get the LSP to exist on your system somewhere in the first place and have a command that runs it (rather annoying for java programs), but other than that it's literally just a program with JSON I/O)