Hacker News new | ask | show | jobs
by user3939382 109 days ago
I built this myself for my agents a long time ago from ctags.
1 comments

I hope I’m not talking to an AI. Can you explain how you wire up ctags to Claude code and keep them upto-date?
Just install universal-ctags from your package manager and it’s just a command line interface to build them / regen. Then you can build custom things on top of that. It outputs a big index to a cache dir. Not an AI for the record.