Live data from Hacker News

Claude Code gets native LSP support

github.com

1–10 of 352 posts

Re: Claude Code gets native LSP support

#3
It's strangely difficult to find official information about this, but here's what I've learned:

• Use `/plugin` to open Claude Code's plug-in manager

• In the Discover tab, enter `lsp` in the search box

• Use `spacebar` to enable the ones you want, then `i` to install

Hope that helps!

Re: Claude Code gets native LSP support

#4
post #3

It's strangely difficult to find official information about this, but here's what I've learned: • Use `/plugin` to open Claude Code's plug-in manager • In the Discover tab, enter `lsp` in the search box • Use `spacebar` to enable the ones you want, then `i` to install Hope that helps!

Have you figured out what triggers it?

Re: Claude Code gets native LSP support

#5
post #3

It's strangely difficult to find official information about this, but here's what I've learned: • Use `/plugin` to open Claude Code's plug-in manager • In the Discover tab, enter `lsp` in the search box • Use `spacebar` to enable the ones you want, then `i` to install Hope that helps!

Thanks! I saw typescript-lsp in the plugins list, but I wasn't sure if that was related.

Re: Claude Code gets native LSP support

#6
This 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?

Re: Claude Code gets native LSP support

#7

My favourite agent crush[0] has lsp support for a while. I’ve not noticed the agent deciding to use it all that much. [0] https://github.com/charmbracelet/crush

Did it make no difference when you mentioned in your AGENT.md which LSP servers are installed?

Re: Claude Code gets native LSP support

#8

This 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

#10
post #7

My favourite agent crush[0] has lsp support for a while. I’ve not noticed the agent deciding to use it all that much. [0] https://github.com/charmbracelet/crush

Did it make no difference when you mentioned in your AGENT.md which LSP servers are installed?

I guess supporting tool call natively would improve read token efficiency since they can just run the tool directly
Post reply on HN