kotlin-language-server
kotlin-language-server copied to clipboard
Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
## General info Override any member that is currently not implemented in the current class. This includes open functions, functions with default implementations, open members, abstract stuff etc. The main...
Implements basic dependency resolution for Kotlin multiplatform projects using Gradle, though a bit flawed (see below). Multiplatform projects have a bit of a different structure than what we are used...
Hello, thank you for the work on this server. Trying to make it work with Neovim. I'm using Intellij IDEA maaaany years and the project I testing now works in...
Hi @fwcd thank you for your very useful LSP! See I don't usually use vscode anymore however what more and more people do is: to go on a github repository...
Hi I'm new to LSPs so not sure where exactly to ask this question. I'm trying to get kotlin LSP to show more of the documentation like how Intellij does,...
Following previous discussion in https://github.com/fwcd/kotlin-language-server/issues/303#issuecomment-1045989516, this PR is an attempt to resolve https://github.com/fwcd/kotlin-language-server/issues/304: - Fix the existing code formatting with `gradle ktfmtFormat` using the [official style configuration](https://github.com/facebookincubator/ktfmt/blob/d4718f643abd0999ba502caf5062c98a3218e88d/core/src/main/java/com/facebook/ktfmt/format/Formatter.kt#L48-L50): ```kt val KOTLINLANG_FORMAT...
I can help conttribute to this if anyone is willing to give me some pointers on where/how to start.