Google’s GitHub competitor gets better search tools

INSUBCONTINENT EXCLUSIVE:
Google today announced an update to Cloud Source Repositories, its recently relaunched Git-based source code repository, that brings a
significantly better search experience to the service
This new search feature is based on the same tool that Google own engineers use day in and day out and it now available in the beta release
of Cloud Source Repositories. If you&ve been on the internet for a while, then you probably remember Google Code Search
Code Search allowed you to search through any open-source code on the internet
Sadly, Google shut this down back in 2012
This new feature isn''t quite the same, though
It only allows you to search your own code — or that from other people in your company
It just as fast as Google own search, though, and allows you to use regular expressions and other advanced search features. One nifty
feature here is that forJava, JavaScript, Go, C++, Python, TypeScript and Proto files, the tools will also return information on whether the
matchis a class, method, enum or field. Google argues that searching through code locally is not very efficient and means you are often
looking at outdated code. As Google also notes, you can mirror your code from GitHub and Bitbucket with Cloud Source Repositories
I&m not sure a lot of developers will do this only to get the advanced search tools, but it definitely a way for Google to get more users
onto its platform, which is a bit of an underdog in an ecosystem that dominated by the likes of GitHub. One key benefit is that now all
owned repositories that are either mirrored or added to Cloud Source Repositories can be searched in a single query,& Cloud Source
Repositories product manager Russell Wolf writes in today announcement
&This works whether you have a small weekend project or a code base the size of Google&s
And it fast: You&ll get the answers you need super quickly—much faster than previous functionality—so you can get back to writing code
And indexing is super fast, too, so the time between new code being added and being available means you&re always searching up-to-date
code.