You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am so far using google (press enter in the search input and you'll be redirected to google)
I implemented a custom search by building a word index. But that index was too big for my taste.
Thanks for your input. As a commercial license holder you will be able to get a preview of a (server-side) search daemon we have implemented (probably in the next weeks/months).
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/houndThe text was updated successfully, but these errors were encountered: