Language Server Protocol—Does anyone have experience writing LSP-compliant language servers? What language(s) have you implemented servers for? What language(s) have you implemented servers in? Any unusual applications of the LSP standard? Any experience reports or lessons learned to share?
2024-09-30 · 2 years ago
1 Comment
🚀 kentrado · 2024-10-01 at 12:53:
It would very hard to find someone that has implemented an LSP server by himself. I think the number of people for that is pretty low.
I am interested in LSP to fix issues in jdtls. I might give up on it, it is fairly difficult to learn.
You can have a look at the LSP official protocol specification. That might help you.