Personally I find this annoying. I use AI for my writing but painstakingly try to maintain my own voice rather than lazily edit my prose into LinkedIn-speak.
Also the post is definitely AI written partially, but still useful I suppose.
Why are they doing this with a client plugin per server? It's antithetical to the whole point of LSP?
(At least they're reusing existing servers I suppose, but it stops me using whatever arbitrary one I want, as I could if there was just a single client with arbitrary configuration.)
They should not need more RAM than what the compiler uses.
Most LSPs don't work well for big projects or with non-standard setups like Bazel.
Edit: is this really so controversial it has to be downvoted?
What cache is needed that the compiler doesn't already have?
Also, an LSP needs to update incrementally when you edit the file, not just when you compile.
LSP as a protocol is fine, but the actual technical implementation of JSON RPC is braindead. Only web devs that don't know anything about native code could devise such an abomination. What happened to plugins and dll's?
Literally everything is written by AI now, even top HN articles.
Which explains the exceedingly stupid idea. If you want an LSP for Claude, you need an LSP for English. Wait, let my AI generate an article about that!
> That's not an incremental improvement. That's a category change in how Claude Code navigates your code.
I don’t know anything about the human(s) behind this project, assuming there are any, and intend no malice towards them, but when I encounter language like this, it just kills my enthusiasm for a project.
I wonder if that reaction is now, or will become, a majority one, and that AI flavoured language and products will face some audience headwinds if there aren’t indications of some level of human authorship / editing.
Here's the commands to install the correct marketplace and LSP plugins:
/plugin marketplace add anthropics/claude-plugins-official
/plugin install typescript-lsp@claude-plugin-directory
See all LSP's names here: https://code.claude.com/docs/en/discover-plugins#code-intell...
re-thc•1h ago
Check on GitHub.