Search a Repository
Navigate to the project and open the repository you want to search.
Press Ctrl0K and start typing the file name in the displayed dialog:
Navigate to the project and choose the repository you want to search (if there are more than one).
Go to the Commits tab.
The Filter commits field on top of the commit list lets you search by words and phrases contained in commit messages:
Use Filter by path to filter commits by files and folders. For example, enter src
/app to return commits that affected files contained in the resources folder./resources You can further narrow down your search by picking a specific commit author, branch, and time span.
You can search the source code for text occurrences across all files in the repository, or narrow down your search to specific file types.
Navigate to the project and open the repository you want to search.
Go to the Files tab.
Click Search in files:
Choose the branch you want to search and enter your text query:
Go to the Advanced options to:
Search the entire repository.
Limit your search to specific file types — enter file masks (for example
*.html
)
Hit Enter or click Search:
Thanks for your feedback!