Y
Hacker News
new
|
ask
|
show
|
jobs
by
intrasight
84 days ago
What tools do you use to sync project docs with code?
1 comments
faangguyindia
84 days ago
indexer written in 50-60 lines uses treesitter, incrementally builds and is super fast. Noo need to query project directory structure again and again, or have any "breaking" changes.
link