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

I had originally created #410. The ability to navigate to sources is pretty crucial for me. This PR uses the built in Eclipse Gradle plugin to generate the Classpath with...

gradle

![image](https://github.com/fwcd/kotlin-language-server/assets/60290287/623939ce-16c6-4d64-892a-7e126655b390) maybe it need be `file://`? code is like? ![image](https://github.com/fwcd/kotlin-language-server/assets/60290287/0e7544d7-2d67-40ce-a106-26701381b36e)

I already installed jdk version 17.x.x ++, and create kotlin source file with ".kt" file extension inside a single Gradle application project folder. When I write the code, eveything is...

Hello, it is my first time trying kotling and since I use emacs I want a lsp server to connect but every try to build/install this server result in a...

I use `neovim` with `kotlin-language-server`. When I try to rename a function, it causes error: ``` /usr/share/nvim/runtime/lua/vim/uri.lua:107: URI must contain a scheme: /home/jing/D ocuments/Project/someKotlinFile.kt stack traceback: [C]: in function 'assert'...

bug

Trying to set this up with a project I use at work and NeoVim (NvChad) and ran into this error. We're using Kotlin 1.2 and OpenJDK version "1.8.0_312"

I get this line whenever language server starts. The lsp still continues to function but this message happens every now and then. I'm also not sure if the first warning...

bug

Im using gradle 8.2 with version catalog like this: ``` plugins { alias(libs.plugins.kotlin) } ``` Im getting this error in my build.gradle.kts ``` val Project.libs: LibrariesForLibs' can't be called in...

bug
gradle

I am using `[project root]/kls-classpath` to provider classpath from bazel to language server and the content of kls-classpath like this ``` # kls-classpath # I have made a aspects to...

I am integrating with bazel system, but the process found that the walk function is not handled correctly, resulting in an infinite loop. I tried to make a patch and...