Hacker News new | ask | show | jobs
by nateb2022 1322 days ago
Why not implement first class support for LSP servers, and offer extensions that wrap official LSP's?
1 comments

That's more or less exactly what we've done. Our SDK does have support for LSP. But, unfortunately those extensions still need to be made. Or are you talking about a generic LSP extension that is server-agnostic? That is definitely buildable, but my experience has been that the experience tends to be a lot better when customized for a particular server.