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

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

  • Developing Agentic Systems in .NET: From Concept to Code

    ZioNet founder Alon Fliess previews his Visual Studio Live! San Diego session on building true agentic systems in .NET -- covering the cognitive loop, MCP tool integration, multi-agent orchestration and enterprise hosting and governance with the Microsoft Agent Framework.

  • Mastering AI Development and Building AI Apps with GitHub Copilot

    Two Microsoft experts explain how GitHub Copilot is evolving from a coding assistant into a broader platform for building, customizing and testing AI-powered developer workflows.

  • VS Code 1.123 Adds Agent Session Sync, 1M Context Windows

    Microsoft released Visual Studio Code 1.123 on June 3, adding agent-focused features, larger model context support, integrated browser updates and a new delay for some automatic extension updates.

Subscribe on YouTube