Open
Description
I was wondering if it is possible (and if you had any plans) to add a general "search" option that can just search for things in the codebase. Examples might be searching in comments, or searching for things like someVariable->someFunction()
, etc. It would be nice to use something like what Hound uses (the trigram index): https://github.com/etsy/hound