Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 506
Him_Jalpert Avatar asked Jan 26 '13 05:01

Him_Jalpert


People also ask

How do I change preferences in Visual Studio?

Code style preferences can be set for all of your C# and Visual Basic projects by opening the Options dialog box from the Tools menu. In the Options dialog box, select Text Editor > [C# or Visual Basic] > Code Style > General.

How do I change the UI 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.

Where is Visual Studio 2019 preferences?

On Windows/Linux - File > Preferences > Settings.

How do I change the default development 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 personalize Visual Studio for my development style?

You can personalize Visual Studio in various ways to best support your own development style and requirements. Many of your settings roam with you across Visual Studio instances—see Synchronized settings. This article briefly describes different personalizations and where you can find more information.

What are environment settings in Visual Studio?

Environment settings for Visual Studio. When you open Visual Studio for the first time, you can optimize the development environment for the type of development that you do the most by choosing a collection of settings. Each collection optimizes elements such as keyboard shortcuts, window layouts, project and item templates, and command visibility.

How do I configure Visual Studio Code?

You can configure Visual Studio Code to your liking through its various settings. Nearly every part of VS Code's editor, user interface, and functional behavior has options you can modify. VS Code provides two different scopes for settings: User Settings - Settings that apply globally to any instance of VS Code you open.


1 Answers

  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
like image 57
Dave Alperovich Avatar answered Sep 20 '22 21:09

Dave Alperovich