Find any pull request instantly by title, author, PR number, or branch name. Works across all your connected repositories.
If your team has dozens of open PRs across multiple repos, scrolling through the list to find the one you need wastes time. The search filter narrows the list to exactly what you're looking for in one step.
In the Pull Requests panel, click the magnifying glass icon in the top-right corner.
A search box appears at the top of VS Code. Type any part of a PR title, author name, PR number, or branch name. Press Enter to apply the filter.

The PR list updates instantly to show only matching pull requests across all your connected repositories. The active filter is shown next to "Pull Requests" in the panel header.

Click the X icon next to the search icon to remove the filter and see all PRs again.

The filter matches against PR title, author name, PR number, and branch name all at once. One search box, multiple match types.
| You type | What it finds |
|---|---|
fix login | PR titles containing "fix login" |
Bobby | PRs authored by Bobby |
1445 | PR #1445 specifically |
feature/auth | PRs from the feature/auth branch |
test | Any PR with "test" in title, author, number, or branch |
PR search is available on all plans, including the free tier.