LSP plugins in Claude Code are easy to miss if you haven't gone looking for them.
I've been using Serena — an MCP for code navigation — since I started. It's fine. But code navigation has always felt like the weak point with AI tooling, so I keep an eye out for anything better.
Turns out Claude Code has an official plugin system with LSP support. Install the plugin, install the language server, reload. I set up typescript-language-server and a PHP one. Go to definition, find references, hover for type info — all the things that would otherwise just be grep and guesswork.
The docs page exists. I'd just never stumbled across it.
Going to run it alongside Serena for a bit and see what I think.