kotlin-language-server
« Back to VersTracker
Description:
Intelligent Kotlin support for any editor/IDE using the Language Server Protocol
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: kotlin lsp language-server developer-tools editor
Install: brew install kotlin-language-server
About:
The Kotlin Language Server is a backend implementation of the Language Server Protocol for Kotlin. It provides rich IDE-like features such as autocompletion, diagnostics, and code navigation to any editor that supports LSP. This enables developers to get intelligent Kotlin support in lightweight editors like Vim, Emacs, or Sublime Text.
Key Features:
  • Code completion and signature help
  • Real-time error checking and diagnostics
  • Go to definition and find references
  • Refactoring support (rename, extract method)
  • Integrated build tool support (Gradle/Maven)
Use Cases:
  • Using Kotlin in lightweight editors like Vim or Neovim
  • Integrating Kotlin support into custom IDEs or editors
  • Standardizing language features across different development environments
Alternatives:
  • intellij-community – Provides a full IDE experience but is much heavier than a LSP-based workflow.
  • kotlin-lsp – An older, unmaintained implementation; fwcd/kotlin-language-server is the more active fork.
Version History
Detected Version Rev Change Commit
Sep 14, 2024 11:54am 0 VERSION_BUMP be7c6f44