ProfK
ProfK

Reputation: 51064

How do I stop folders being namespace providers by default in VS 2010?

The subject kind of says it all.

EDIT: I know this is a ReSharper related issue, and I know how to clear the NameSpaceProvider flag on a folder already. My question is how to default all NameSpaceProvider flags to false.

Upvotes: 7

Views: 1155

Answers (2)

Thach Lockevn
Thach Lockevn

Reputation: 1578

You will have that feature only if you installed Resharper. Default VS2010 IDE do not have that entry in folder's properties panel.

Upvotes: 0

Cameron Peters
Cameron Peters

Reputation: 2562

Are you using Resharper? If you're using Resharper you can right-click on the folder, and select "properties" from the drop-down menu. The second property will be "namespace provider", which you can then set to false.

Hope this helps.

~ Cameron

Upvotes: 2

Related Questions