Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change the Visual Studio work environment from Web mode back to Visual C++ mode?

I selected web development as my primary development style the first time I booted Visual Studio 2010 and now I would like to change it to Visual C++. How can I do this?

like image 637
samoz Avatar asked Jul 10 '10 19:07

samoz


People also ask

How do I change environment settings in Visual Studio?

To change your development settings after you open Visual Studio for the first time, follow these steps: Select Tools > Import and Export Settings from the menu bar to open the Import and Export Settings Wizard. In the Import and Export Settings Wizard, select Reset all settings, and then select Next.

How do I go back in Visual Studio?

Access. By default, Alt+Left navigates back, and if you remove the Alt+Right shortcut for Edit. CompleteWord in Microsoft Visual Studio, Alt+Right navigates forward.

How do I change the background color in Visual Studio?

Here's how to change it to a different color theme. On the menu bar, select Tools > Options. In the options list, select Environment > General. In the Color theme list, choose between the default Dark theme, the Blue theme, the Blue (Extra Contrast) theme, and the Light theme.


1 Answers

After some poking around, the option to do this is:

"Tools" -> "Import and Export Settings" -> "Reset all settings"

Seems like a weird place for it

like image 66
samoz Avatar answered Oct 11 '22 20:10

samoz