Claude Code LSP
21–30 of 43 posts
Re: Claude Code LSP
#22Re: Claude Code LSP
#23LSPs 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?
Also, an LSP needs to update incrementally when you edit the file, not just when you compile.
Re: Claude Code LSP
#24I had great results using this for the past few months, it’s the same idea but implemented as an MCP: https://github.com/oraios/serena
Re: Claude Code LSP
#25I wish AI written submissions were banned.
Re: Claude Code LSP
#26Literally everything is written by AI now, even top HN articles.
Re: Claude Code LSP
#27I built this myself for my agents a long time ago from ctags.
Re: Claude Code LSP
#28I wish AI written submissions were banned.
Re: Claude Code LSP
#29LSPs 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?
But now your asking the compiler to also be a daemon. The compiler devs to add and maintain a not insignificant feature. The compiler to keep everything it caches for queries (whoops, look at that RAM usage climb!), and to cache data suitable for answering LSP queries (gosh! It's climbing a lot!)
What cache is needed that the compiler doesn't already have?
Re: Claude Code LSP
#30> 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.