kotlin-lsp
kotlin-lsp copied to clipboard
A Language Server Protocol implementation for the Kotlin language, leveraging the Kotlin Analysis API as its core
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)...
Not ready for merge