Hacker Newsnew | past | comments | ask | show | jobs | submit | spqw's commentslogin

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.


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.

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

Yes, something like TreeSitter would seem to be of more value - able to lookup symbols by name, and find the spans of source code where they are defined and used.


There are actions that don't require cursor position, like document/workspace symbols, that could be useful.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: