kotlin-language-server
kotlin-language-server copied to clipboard
Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
Similar to #429 but publishing to winget so that windows users can simply run `winget upgrade` when they want to upgrade to the latest features. I've made [an issue in...
When using `kotlin("jvm") version "1.8.0"` in Gradle, as suggested in [https://kotlinlang.org/docs/get-started-with-jvm-gradle-project.html](https://kotlinlang.org/docs/get-started-with-jvm-gradle-project.html), the kotlin language server fails to find the standard library. This causes `Unresolved reference: println kotlin(UNRESOLVED_REFERENCE)` on a Hello-World...
If we automatically bump the patch version of the tag and create a release on each merge of a PR, we'll be able to allow users to fetch the latest...
We should add a GitHub action that automatically runs a command to update [Homebrew's kotlin-lanugage-server formula](https://formulae.brew.sh/formula/kotlin-language-server#default) in each new release of the server. This will allow users to simply run...
[This PR](https://github.com/fwcd/kotlin-language-server/pull/415) shows a `TypeError` when the language server parses the `server/build.gradle.kts` script. @themkat has commented the following: > a general issue with our Kotlin DSL code in Compiler.kt We...
I noticed that the language server is unable to see all errors. E.g. for the modified code below from App.kt in [https://github.com/fwcd/kotlin-quick-start/](url) no error is reported: package quick.start shouldMarkThisAsError class...
Hi, I'm trying to use this extension with a simple, standalone Kotlin source file. The file looks like this: ``` fun main() { println("Hello, world!") } ``` With this, I...
when I open a Kotlin project build with gradle,the "Kotlin:Indexing" information is always displayed,and never disappear here some infos may help: * Macbook pro (10.15.7) * java version:11.0.4.1 * kotlin...
- Ignore path when comparing versions - Pick the local Kotlin stdlib version based on the compiled version. This prevents potential issues in case there are multiple Kotlin versions used...
### Description After using `gradle init` as application, kotlin and kotlin dsl, it gives errors at `settings.gradle.kts` and `build.gradle.kts`. ``` [{ "resource": "/home/fenilli/Projetos/kotlingram/app/build.gradle.kts", "owner": "_generated_diagnostic_collection_name_#1", "code": "UNRESOLVED_REFERENCE", "severity": 8, "message":...