News

GitHub Code Search Now Generally Available, 'Way More than grep'

Following a two-year effort that involved an invite-only, 17-month technology preview, GitHub Code Search is now generally available.

"Our goal with the new code search and code view is to enable developers to quickly find critical information scattered across their codebase, put that information into context, and ultimately make them more productive," said Microsoft-owned GitHub in a May 8 announcement.

GitHub Code Search
[Click on image for larger view.] GitHub Code Search (source: GitHub).

GitHub detailed how the improved code search can help developers fix a bug, find a configuration and find a vulnerability, thanks to three new capabilities:

  • An entirely redesigned search interface with suggestions, completions and the ability to slice and dice the results.
  • A new code search engine rebuilt completely from scratch, making it about twice as fast as the old code search along with being far more capable (supporting substring queries, regular expressions and symbol search) and better at understanding code, being able to present the most relevant results first.
  • A totally redesigned GitHub code view that tightly integrates search, browsing and code navigation.

In inviting developers to take part in the technology preview in December 2021, the company listed highlights of the project in more detail, telling developers it can help them:

  • Easily find what you're looking for among the top results, with smart ranking and an index that is optimized for code.
  • Search for an exact string, with support for substring matches and special characters, or use regular expressions (enclosed in / separators).
  • Scope your searches with org: or repo: qualifiers, with auto-completion suggestions in the search box.
  • Refine your results using filters like language:, path:, extension: and Boolean operators (OR, NOT).
  • Search for definitions of a symbol with symbol:.
  • Get your bearings quickly with additional features, like a directory tree view, symbol information for the active scope, jump-to-definition, select-to-search, and more!

"One of the most fundamental tasks developers perform is reading and understanding code," GitHub said this week. "Whether planning and implementing a new feature, investigating a bug, or reviewing a pull request, developers typically spend more time reading and understanding code than writing it.

"That's why, in the past two years, we've laid out our plans to improve code search and shown off the technology that enabled us to do so."

That technology, according to a February post linked above, includes Rust, the programming language used to rebuild the company's own search engine (called Blackbird) specifically for the domain of code search. The effort also involved creating an improved search index, indexing 45 million repositories and enhancing query functionality.

GitHub Code Search
[Click on image for larger view.] GitHub Code Search (source: GitHub).

GitHub originally positioned the new code search effort in the context of a unified solution comprising broader initiatives around developer productivity. Those include products such as the GitHub Copilot "AI pair programmer" and Codespaces, which provides cloud-hosted developer environments.

In fact, this week's announcement mentions "a new era of code intelligence," noting that GitHub is infusing AI tech into every aspect of software development, with GitHub Copilot X leading the charge.

Much more information on GitHub Code Search can be found on a dedicated web site, which includes a video, FAQ and a link to try it out in a browser.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube