fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.67k stars 210 forks source link

Question: Eclipse Che? #54

Open kastork opened 6 years ago

kastork commented 6 years ago

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.

fwcd commented 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

Eclipse Che could then communicate through stdin and stdout with the language server.

Let me know if there are any further issues with it.