Claude Code gets native LSP support
21–30 of 352 posts
Re: Claude Code gets native LSP support
#22Re: Claude Code gets native LSP support
#23It’s breathtaking how fast Anthropic / Claude Code team ships. They are definitely coding in a LLM maximalist way, in a good way.
Re: Claude Code gets native LSP support
#24I am super bullish on claude code / codex cli + LSP and other deterministic codemod and code intelligence tools. I was playing around with codex this weekend and honestly having a great time (my opinion of it has 180'd since gpt-5.2(-codex) came out) but I was getting annoyed at it because it kept missing references when I asked it to rename or move symbols. So I built a skill that teaches it to use rope for mechanic…
Re: Claude Code gets native LSP support
#25What does the terminal integration mentioned do?
https://github.com/anthropics/claude-code/issues/1259#issuec...
Re: Claude Code gets native LSP support
#26This is an ignorant question, but, what is the benefit of this if you also have your project open in an editor or IDE (presuming they integrate language server?) If you're vibe coding without an editor, would this have any benefits to code quality over a test suite and the standard linter for a language?
Your test suite and linter don't code. They don't help your agent look up definitions of variables, etc.
Re: Claude Code gets native LSP support
#27With a fair disclaimer, that it is very easy to vibe-code a skill oneself, with both pros (you can create one just for you!) and cons (if you look online, these are of any quality, quite a few with some hard-coded versions or practices).
Re: Claude Code gets native LSP support
#28Re: Claude Code gets native LSP support
#29I am super bullish on claude code / codex cli + LSP and other deterministic codemod and code intelligence tools. I was playing around with codex this weekend and honestly having a great time (my opinion of it has 180'd since gpt-5.2(-codex) came out) but I was getting annoyed at it because it kept missing references when I asked it to rename or move symbols. So I built a skill that teaches it to use rope for mechanic…
Are you having a positive experience with Codex compared to Claude Code? Codex in my brief experience was... not good w/ 5.1
It seems to be very efficient context-wise, but at the same time made precise context-management much harder.
Opus 4.5 is quite a magnificent improvement over Sonnet 4.5, in CC, though.
Re tfa - I accidentally discovered the new lsp support 2 days ago on a side project in rust, and it’s working very well.
Re: Claude Code gets native LSP support
#30Maybe I'm the only one, but does anyone else have an issue on macOS where Claude Code never updates itself automatically and you always have an error? I guess it's in times when I leave the CLI tool running and an update comes in overnight. But the alert seems to indicate it should update and fails.