kotlin-lsp icon indicating copy to clipboard operation
kotlin-lsp copied to clipboard

A Language Server Protocol implementation for the Kotlin language, leveraging the Kotlin Analysis API as its core

Results 3 kotlin-lsp issues
Sort by recently updated
recently updated
newest added

https://github.com/Kotlin/kotlin-lsp I'd like to believe projects like this are the push that made Jetbrains finally get on this themselves

This should allow us to find implementations of classes/interfaces, methods and variables. I tested it in this example ```kotlin interface I { fun f() fun f(y: Int) fun f(y: T)...