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

后端 未结 2 2015
广开言路
广开言路 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:21

    You could also reset all of the settings from the command line:

    devenv /resetsettings
    

    And then choose all over again when prompted.

    Note: I prefer "General Developer Settings" if you are going to do development in different technology areas (C++, C#, VB, etc.).

提交回复
热议问题