Kotlin language server anyone get it working? #8062
Replies: 6 comments 5 replies
-
After some research VIM uses a thing that runs the vscode ext coc.vim. This is likely something we don't have in the helix world. Is there any alternative I wonder? |
Beta Was this translation helpful? Give feedback.
-
What does |
Beta Was this translation helpful? Give feedback.
-
Thanks @kirawi This is what I see, unsure of why slf4j failed to load since it is in the classpath. I don't find the support crucial and can live without it for now. Maybe this info will help someone else. I am not a heavy Kotlin user and don't plan on it.
|
Beta Was this translation helpful? Give feedback.
-
+1 tried experimenting with Kotlin in Helix the LSP fails to start. I'm getting † ref troubleshooting: https://github.com/fwcd/kotlin-language-server/blob/main/TROUBLESHOOTING.md |
Beta Was this translation helpful? Give feedback.
-
Think it's worth reviving this thread on account of JB really putting in the work to get an actual kotlin-lsp working. See here: There's a slew of commits being made to quickly get things up and running. I can see that the LSP is pretty large(like 600MB large) but they're pushing through really rapidly |
Beta Was this translation helpful? Give feedback.
-
I tried with Jetbrain's
![]() I am getting, helix log:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've managed to get the java support working, however Kotlin server exits. The process is opaque and hard to know what the issue is. Anyone got it working? Thanks in advance.
I'm trying to use the language server at: https://github.com/fwcd/kotlin-language-server which the wiki references with no instructions.
Beta Was this translation helpful? Give feedback.
All reactions