Open kastork opened 6 years ago
I have not tried Eclipse Che yet, but in theory this language server should work with any client. To run the language server you need to
./gradlew installDist
in the repository folder to build the JARsbuild/install/kotlin-language-server/bin/
(probably through Eclipse Che)Eclipse Che could then communicate through stdin
and stdout
with the language server.
Let me know if there are any further issues with it.
Has this language server been used/tested with Eclipse Che at all? I see the issue for supporting Eclipse itself, but no mention of Che.