Member-only story
I Tested All Available Claude Code LSP Plugins (Don’t Waste Time — Read This First)
LSP is the hottest trend on Claude Code right now — and you may have missed it.
If you didn’t read my previous introduction article, don’t worry.
I’ll show you what is LSP in Claude Code in this post, then walk you through every LSP plugin available. But here’s the thing — I ran into a major bug that you need to know about before wasting hours like I did.
This also serves as a comprehensive tutorial of how the LSP feature works in Claude Code.
If you enjoy this kind of tutorials, support my work by following me here on Medium, my Claude Code Masterclass newsletter, and Sponsorship here.
Currently, there are 10 LSP plugins. I tested every single one. By the end, you’ll know which ones to install for your stack.
But first,
What is LSP?
Language Server Protocol — a standard created by Microsoft that separates code intelligence from editors.
Here’s the problem it solved:
Before LSP, every editor built its own code analysis. VS Code understood Python one way. JetBrains understood it another way. Vim had its own approach. Developers maintaining these editors duplicated…