Skip to content

Searching Code

PlaidCloud Git lets you search code, files, issues, and pull requests across all repositories your workspace membership gives you access to.

  1. Select the search box at the top of any page and type your query.
  2. Press Enter to see results across every repository you can access.
  3. Select a result to jump directly to the file at the matching line.
  4. Narrow results with the Repository and Language filters on the results page.
  1. Open a repository and select the Code tab.
  2. Press T (or select the file-finder box) to open the file finder.
  3. Type part of a filename or path — the list filters as you type.
  4. Select a file to open it, then use your browser’s find-in-page (⌘F / Ctrl+F) to locate a specific line.

On the Issues or Pull Requests list, combine keyword search with key:value filters:

FilterExample
Open or closed stateis:open, is:closed
Labellabel:bug, label:"needs review"
Assigneeassignee:you
Authorauthor:you
Milestonemilestone:"v1.2"

Type filters directly in the search box, combine them freely, and use the Sort menu to order by Recently Updated, Most Commented, Newest, or Oldest.

  • Exact phrases — wrap multi-word terms in quotes ("connection pool") to avoid noisy partial matches.
  • Scope to a repository — open the repository before searching so results stay focused.
  • Descriptive names pay off — repositories and issues with clear, specific names surface in search far more reliably than generic ones like misc.
  • Labels are searchable metadata — a well-labeled issue is easier to filter than one buried in prose, so apply labels consistently.