News

GitHub Previews Improved Code Search: 'Way More than grep'

GitHub is inviting developers to take part in a technology preview of improved code search, which it describes as "way more than grep," the Linux command-line search utility.

The project has its own web site and a temporary interface separate from GitHub.com, though functionality may be baked into IDEs and code editors later, with GitHub asking developers what tools would make good candidates for integration.

One aspect of the project is improved search syntax, which differs from the regular GitHub.com search syntax with introduction of new operators for regular expression and symbol searching.

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

In these early stages, the project's search index covers more than 5 million popular public code repos, including private ones for which a user has access. The initial list of programming languages in which symbol extraction is supported (more to be added) includes C#, Python, Go, Java, JavaScript, TypeScript, PHP, Protocol Buffers, Ruby and Rust.

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

Functionality highlighted by the Microsoft-owned development platform include:

  • 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!

Access to the technology preview is limited, and developers can apply to be put on the waitlist here.

Going forward, GitHub plans to experiment with scoring and ranking heuristics to find the best approach, explore the most potentially impactful APIs and integrations and add support for more languages to the language-specific features.

"For code search, our vision is to help every developer search, discover, navigate, and understand code quickly and intuitively," the company said. "GitHub code search puts the world's code at your fingertips: everything is just a search away. It helps you maintain a flow state by showing you the most relevant results first and helping you with auto-completion at every step. And once you get to a result page, the rich browsing experience is optimized for reading and understanding code, allowing you to make sense of unfamiliar logic quickly, even for code outside your IDE."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

  • Copilot Agentic AI Dev Environment Opens Up to All

    Microsoft removed waitlist restrictions for some of its most advanced GenAI tech, Copilot Workspace, recently made available as a technical preview.

Subscribe on YouTube