Reputation: 51064
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
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
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