44
The technology behind GitHub’s new code search
(github.blog)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I always found the code search more distracting than helpful. Just let me use the browser native Command + F ffs.
That doesn't really work all the time, because large files or large commits are lazy loaded on scroll, so what you're searching might not have loaded yet
The code search does a server side search
I’m usually using it not to search the codebase but to search for something specific with a file.
I think it's referring to when you're searching the entire code base(s), as opposed to individual pull requests.