kotlin-language-server
kotlin-language-server copied to clipboard
Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
A problem I had was that some references remained unresolved by the language server although they were correct. The problem turned out to be that they were under a `target`...
https://github.com/fwcd/kotlin-language-server/blob/bc5309964d24053dd80aed193975629c3e8546ca/gradle.properties#L2 `./gradlew` fails due to this line. Support Java 17. Java 11 will be EOL in this (Oracle JDK's Premier Support) or next year (Temurin). ↓ Java 17 or 20...
The change in 54c84656379b2f2c41e323b1e12fc66cd0802fff causes the build in Windows to fail. ``` tatsu@TATSU-DPC-2ND I:\kotlin-language-server (54c8465...) ≢ git checkout 4bdd672 Previous HEAD position was 54c8465 Unify dependency...
Kotlin installed via `scoop install kotlin` in Windows has a directory structure not assumed by this language server. ``` PS> (gcm kotlin).path C:\Users\tatsu\scoop\shims\kotlin.cmd ``` ``` PS> ls (split-path -parent (Split-Path...
In `shared/src/main/kotlin/org/javacs/kt/classpath/Home.kt` in `mavenRepository` init better to fetch actual `localRepository` from `settings.xml`. The main problem is that `settings.xml` location may be overwritten by `MAVEN_OPTS`. As fallback there must be current...
I've got a Gradle project whose build plan is defined by Bamboo Specs, which means there is a file called `bamboo-specs/pom.xml` in the project. This causes the server to use...
I have a working Android project (that is, `./gradlew build` builds an apk file that can be installed and run) which is written in Kotlin. When I open the project...
When using vscode extension for kotlin, I found several problems. 1. The customized jar dependencies doesn't appear in the project & external dependencies area(left bottom).  2. There is some...
Hi guys, how can I go to the implementations of a specific interface method?  In fact, I can't find the definitions of the method.  Right now, I can...
So im using the helix editor to open a fresh generated gradle-kotlin application. Println is marked red and it says Unresolved reference: println. The log says: `2023-02-26T23:03:56.944 helix_lsp::transport [ERROR] err