Y
Hacker News
new
|
ask
|
show
|
jobs
by
sathish316
109 days ago
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?
1 comments
user3939382
109 days ago
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.
link