Claude Code 2.0.74 adds LSP support
It’s interesting that this is largely undocumented at this point since this is a huge feature.
Giving Claude Code a semantic understanding of any language through a Language Server Protocol provided by the language would be a big upgrade. Today Claude uses grep to find symbols, which means it has to sort through a lot of noise when refactoring and can easily miss things. LSP support should tighten that up significantly.
Didn’t work for me, though, which is maybe why they’re not announcing it yet.