> ## Content Index
> Fetch the complete content index at: https://irishdotnet.dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to search for a changeset in TFS using Visual Studio
- URL: https://irishdotnet.dev/how-to-search-for-a-changeset-in-tfs-using-visual-studio/
- Published: 2018-10-26T06:00:00.000Z
- Updated: 2024-08-04T11:04:09.000Z
- Author: Richard Reddy
- Tags: TFS, Search

Sometimes the easiest thing in the world can take you a while to figure out. Take searching for a changeset in Visual Studio's TFS Source Explorer.

Luckily if super easy to do!

When you're in the Source Explorer, simply press Ctrl + G and the Find ChangeSet dialog will appear. From here you can type the changeset number and press OK.

Alternatively you can click on Find... to open up a more detailed dialog that will allow you filter by dates, by the dev who commited the changeset or by a specific file that was changed.

Easy when you know how!