Query assist: search code in natural language
Making Code Search easier to use with natural language input.

Making Code Search easier to use with natural language input.
In Code Search, you can now describe what you're looking for in plain English — press # in the search bar to activate query assist, type something like TODO comments in python files or what did alice work on last week?, and our custom-trained model will translate it into a precise Sourcegraph search query.
Query assist understands the full query syntax including filters, predicates, diffs, and commit history. You can also mix natural language with manual query fragments — for example, type repo:foo/bar then switch to query assist for the rest.
See the docs for more details and examples.