kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol

Results 217 kotlin-language-server issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependency resolution

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...

maven

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...

dependency resolution

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). ![image](https://user-images.githubusercontent.com/817851/230512400-bb0b1e09-2784-4c08-919d-f0548103b8d1.png) 2. There is some...

Hi guys, how can I go to the implementations of a specific interface method? ![image](https://user-images.githubusercontent.com/4080656/224399223-5d95f8a8-2b55-429d-87e2-096a295d6453.png) In fact, I can't find the definitions of the method. ![image](https://user-images.githubusercontent.com/4080656/224399621-475f470f-bd38-4bd4-92cd-1266be73ef64.png) 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

bug