“ That's not an incremental improvement. That's a category change in how Claude Code navigates your code.” Literally everything is written by AI now, even top HN articles.
Claude Code LSP
31–40 of 43 posts
Re: Claude Code LSP
#32Re: Claude Code LSP
#33LSPs suck. Compilers should be able to re-use their cache for queries, interfaced with through a simple CLI. 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?
Compilers only do one file at a time, but an LSP needs to parse all the files. Also, an LSP needs to update incrementally when you edit the file, not just when you compile.
Re: Claude Code LSP
#34Here'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: Claude Code LSP
#35LSPs suck. Compilers should be able to re-use their cache for queries, interfaced with through a simple CLI. 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?
Re: Claude Code LSP
#36I never got it working for even once. it's an epic failure on Anthropic
Re: Claude Code LSP
#37Re: Claude Code LSP
#38I built this myself for my agents a long time ago from ctags.
I hope I’m not talking to an AI. Can you explain how you wire up ctags to Claude code and keep them upto-date?
Re: Claude Code LSP
#39“ That's not an incremental improvement. That's a category change in how Claude Code navigates your code.” 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!