From kotlin-lsp
kotlin-lsp provides code intelligence for Kotlin (.kt, .kts) — diagnostics, go-to-definition, find references, hover information, symbols, and call hierarchy.
npx claudepluginhub piebald-ai/claude-code-lsps --plugin kotlin-lspThis LSP server requires kotlin-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"kotlin": {
"command": "kotlin-lsp",
"extensionToLanguage": {
".kt": "kotlin",
".kts": "kotlin"
},
"args": [
"--stdio"
]
}
}
}kotlin-lspstdioInitialization Options:
{}Settings:
{}