mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-03 09:22:41 +00:00
16 lines
306 B
Markdown
16 lines
306 B
Markdown
|
|
Kotlin language server for Claude Code, providing code intelligence, refactoring, and analysis.
|
||
|
|
|
||
|
|
## Supported Extensions
|
||
|
|
`.kt`
|
||
|
|
`.kts`
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
Install the Kotlin LSP CLI.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
brew install JetBrains/utils/kotlin-lsp
|
||
|
|
```
|
||
|
|
|
||
|
|
## More Information
|
||
|
|
- [kotlin LSP](https://github.com/Kotlin/kotlin-lsp)
|