Y
Hacker News
new
|
ask
|
show
|
jobs
by
ako
2 days ago
As far as i know Claude Code also uses LSP and tree-sitter to find things in your source code.
1 comments
krzyk
2 days ago
If you install LSP. AFAIR their first versions used some kind of treee/structure for easy search, but they found out that grep was better/similar but with less complications (they now ship some kind of grep).
link