Reputation: 21928
When we install Visual Studio 2008, we are asked about the settings for our environment like
visual c# / visual basic etc. When set, We may alter these options from
Tools --> Options --> Environment / TextEditor etc
My problem is, if we "mess" up these settings!!!! is there any way to restore defaults or particular Settings Template ??? as we can with many other Softwares
thanks
Upvotes: 2
Views: 2271
Reputation: 9966
An additional note, if there is a possibility of needing to use other languages then you can select the appropiate project files from New > New Project and clicking on the language you wish to use.
For your needs though, Mickel's answer will work fine.
Upvotes: 1
Reputation: 6696
Try Tools > Import and Export Settings
and select "Reset all settings".
Upvotes: 7
Reputation: 273294
Yes, there is a "Reset to Factory Defaults" option (but it's rather brute).
You find it under Tools | Import and Export Settings
Upvotes: 1