Him_Jalpert
Him_Jalpert

Reputation: 2516

Visual Studio Change from general development settings

In Visual Studio 2010, is there a way to change from General Development Settings to C# Development Settings?

I forgot to select it when I initially installed it.

Upvotes: 19

Views: 26087

Answers (2)

s_a_h_a
s_a_h_a

Reputation: 11

  1. Tools
  2. Import and Export Settings > A dialogue box will open.
  3. Choose Reset all settings
  4. Click Next > An import and export settings wizard will open
  5. Choose No, just reset settings, overwriting my current settings
  6. Click Next
  7. Click Finish
  8. Finally click Close.

Upvotes: 1

Dave Alperovich
Dave Alperovich

Reputation: 32490

  1. click Tools
  2. click Import and Export Settings
  3. click Import Selected Environment Settings
  4. save current settings
  5. click C# under the default setting folder

Upvotes: 25

Related Questions