6 ms·
I've gotten good usage out of a structured search tool (not mine, by someone else here) called Tilth: https://github.com/jahala/tilth https://github.com/jahala
by hedgehog 5d ago
I've gotten good usage out of a structured search tool (not mine, by someone else here) called Tilth:
https://github.com/jahala/tilth https://github.com/jahala/tilth
It combines search with tree sitter grammars so the results can annotate usage vs definitions, cite line number ranges, inline the actual definition if it's short, etc. Not as precise as LSP but simple (no daemon), human readable, and in many cases works without configuration.