Hacker News new | ask | show | jobs
by tucif 1944 days ago
I found cscope essential when working with a 10+M loc C codebase. I wish there were more cscope like tools for other languages, easy to setup and editor agnostic.
1 comments

git grep has worked wonders for me, even with C++