I have always used traditional grep to search codebases. It serves me better than an IDE when there’re lots of scattered and frequent queries.
grep’s design is surprisingly winning, exceeding expectations to this day.
you might be interested in https://github.com/boyter/cs
pretty fast and neat project to search code interactively with a lot of optimizations on finding the right thing
you might be interested in https://github.com/boyter/cs
pretty fast and neat project to search code interactively with a lot of optimizations on finding the right thing