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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube