kotlin-lsp Plugin
Plugin Claude Code Development Code Search & Code IntelligenceThe explanation below is AI-generated. Please verify it against the sources.
kotlin-lsp is a Claude Code plugin that integrates a Kotlin language server to provide code intelligence, refactoring, and analysis. It supports files with the .kt and .kts extensions. Installation requires the Kotlin LSP CLI, which the README instructs installing via brew install JetBrains/utils/kotlin-lsp. The README also links to the underlying Kotlin/kotlin-lsp project for more information. No further details on specific features, pricing, or homepage are given in the source.
Overview
According to the README, kotlin-lsp is a plugin for Claude Code that connects a Kotlin language server (built on the Kotlin/kotlin-lsp project) to enable code intelligence, refactoring, and analysis for Kotlin source files.
What you can do with kotlin-lsp
- Use code intelligence features for .kt and .kts files
- Perform refactoring on Kotlin code
- Run analysis on Kotlin code
- Install the required Kotlin LSP CLI via brew install JetBrains/utils/kotlin-lsp
- Reference the Kotlin/kotlin-lsp project for further information (unknown details beyond the linked reference)
Sources
Original description (English)
Kotlin language server for code intelligence
History of kotlin-lsp
- Plugin Added kotlin-lsp