Idan P
Idan P

Reputation: 275

Visual Studio : expand the find usages results by default

In Visual Studio (2010), when finding usages of a certain class or method, the find results dialog appears with the usages.

Is there a way to expand the results by default, so I won't need to click on the 'Expand All' button?

Upvotes: 9

Views: 1108

Answers (2)

user1616625
user1616625

Reputation: 1082

If you use the ReSharper addon there is an option to "Expand search results tree by default". I've searched Google and can't find a built in option.

Choose Resharper| Options, then under Environment | Search & Navigation:

Expand search in Options

Upvotes: 9

Related Questions