kotlin-language-server
kotlin-language-server copied to clipboard
Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
this PR implements the methods "textDocument/onTypeFormatting".
this PR implements the methods "textDocument/codeLens" and "codeLens/resolve".
this PR adds the method "textDocument/implementation" support
The classpath script looks like it will work, but it has some caveats. In a monorepo there will be many distinct kotlin targets. IDEA seems to handle this ok, but...
When you rename `it`, kls currently just apparently does nothing and returns without error. The expected behaviour would have been to add a lambda parameter with the new name and...
When writing `mapOf()`, mapOf is underlined with `Unresolved reference: mapOf` `kotlin(UNRESOLVED_REFERENCE)`. Despite mapOf being in the standard imports of the standard library. Same with `sequence` and `listOf`. I have kotlinc...
I have a Kotlin project where all dependencies are listed in *build.gradle.kts* and managed by Gradle. I use this language server with the Kotlin VS Code extension to work on...
Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.22.0 to 1.23.8. Release notes Sourced from io.gitlab.arturbosch.detekt's releases. v1.23.8 1.23.8 - 2025-02-20 This is a point release for Detekt 1.23.0, built against Kotlin 2.0.21, with fixes...
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.48.0.0 to 3.49.1.0. Release notes Sourced from org.xerial:sqlite-jdbc's releases. Release 3.49.1.0 Changelog 🚀 Features sqlite upgrade to sqlite 3.49.1 (02d5463) 🛠 Build deps bump org.graalvm.buildtools:native-maven-plugin (9cda17f) deps-dev...