How do I change my development environment to a different language in Visual Studio?

后端 未结 2 2010
广开言路
广开言路 2020-12-14 00:04

When I first installed Visual Studio, I chose to customize my environment for \"Visual C++\" development. Now, I am working primarily in C# and want to change this setting t

2条回答
  •  有刺的猬
    2020-12-14 00:10

    Tools → Import and Export Settings → Import Selected Environment Settings...

    A dialog will appear, prompting you whether or not you want to save your current settings. If you've made extensive customizations and might want to go back to them at a later date, you should choose to save them.

    Then click "Next". You'll be prompted to import a set of environment settings. At the top will be the default environment settings options, customized for each language. In your case, you'd choose C#.

    If you wanted to re-import your saved settings, you'd do it the same way—just browse to the saved settings file in the final step of the wizard.

提交回复
热议问题