TwitterLinkedInBlog

Wednesday, June 16, 2010

VS2010 - How to use the 'Go To Find Combo' to find a file in your Visual Studio Solution

How to add the Go To Find Combo if it is missing from the Standard Toolbar:

Visual Studio > Standard Toolbar > Standard Toolbar Options > Add or Remove Buttons > Customize... > Commands (tab) > Toolbars: Standard > Add Commands... > Categories: Edit, Go To Find Combo > OK > Move Down (Optional) > Close.

How to use the Go To Find Combo to find a file in your Visual Studio Solution:

Use the following pattern (Without single quotes):
'>of sampleFileName'

No comments: