Sergey Metlov
Sergey Metlov

Reputation: 26301

Make ReSharper to avoid *.designer.cs files

How to make ReSharper 6.0 not to show some files (like *.designer.cs) in search results box (Ctrl+N)?

Upvotes: 1

Views: 334

Answers (1)

Jura Gorohovsky
Jura Gorohovsky

Reputation: 10148

There's currently no way you can skip a specified pattern of items in Go to File. You can exclude certain files from code analysis and create from usage functionality but not from navigation. What are you trying to find and why are the *designer.cs files an obstacle in your scenario?

Upvotes: 1

Related Questions