
Since last post
https://www.reddit.com/r/Kotlin/comments/1sfv2vp/comment/of3xd3r/
I've focused on speed and stability, indexes large repos in seconds.
This lsp is filling the gap that official lsp has, which is:
- Dumb mode for no build system at all
Which means open any project with any dependencies in swift/java/kotlin/mixed and write.
Added auto import, and source extraction script, so you can use libraries with auto complete, hints and signature help.
You need to install ripgrep and fd, then just rustup/cargo install and lsp is ready to go, all details, guides and usages here:
https://github.com/Hessesian/kotlin-lsp
Works great in AI agents, frequently used by me in copilot, skill and extension allows for switching workspaces if you have one agentic instance that needs to compare various codebases