Language: 日本語English

kotlin-lsp Plugin

Author
Anthropic
Category
Development
Topics
Code Search & Code Intelligence
Version
1.0.0
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The 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

Back to list