eclipselabs/eclipse-language-service

Move to LSP4J

Closed this issue · 5 comments

LSP4J is ready to be used. As part of the transition we overworked the code (and reimplemented in in Java), so that might involve some changes on your side.
I've written down some pointers to start with https://github.com/eclipse/lsp4j/tree/master/documentation

Please let me know if you need help (just file issues over at lsp4j).

Current blocker in LSP4J: eclipse-lsp4j/lsp4j#5

Spotted a regression in LSP4J: eclipse-lsp4j/lsp4j#7

Despite the spotted regression, I'm about to merge #90 right now, as usage of LSP4J is very high priority work, that it's refactoring that will make merging later harder, and we can expect LSP4J to be fixed soon.

Fixed with acf2091