logoalt Hacker News

spqw01/15/20263 repliesview on HN

I am surprised to see very few setups leveraging LSP support. (Language Server Protocol) It has been added to Claude Code last month. Most setups rely on naive grep.


Replies

d4rkp4ttern01/15/2026

LSP is currently broken in CC:

https://github.com/anthropics/claude-code/issues/15168

woggy01/15/2026

I've written a few terminal tools on top of Roslyn to assist Claude in code analysis for C# code. Obviously the tools are also written with the help of Claude. Worked quite well.

aqula01/15/2026

LSP is not great for non-editor use cases. Everything is cursor position oriented.

show 2 replies