Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.83 KB

visual-studio-ide.md

File metadata and controls

48 lines (33 loc) · 1.83 KB
title description ms.date ms.subservice ms.custom ms.topic author ms.author manager dev_langs
Overview for C# developers
Explore how to work with the Visual Studio integrated development environment (IDE) to edit, debug, and build code, and then publish an app as a C# developer.
01/31/2023
general-ide
vs-acquisition
overview
anandmeg
meghaanand
mijacobs
CSharp

Welcome to the Visual Studio IDE | C#

[!INCLUDE overview-part-1]

Select environment settings

You can configure Visual Studio to use environment settings tailored to C# developers:

  1. On the menu bar, choose Tools > Import and Export Settings.

  2. In the Import and Export Settings Wizard, select Reset all settings, and then select Next.

  3. On the Save Current Settings page, choose whether to save your current settings before resetting. If you haven't customized any settings, select No, just reset settings, overwriting my current settings. Then select Next.

  4. On the Choose a Default Collection of Settings page, choose Visual C#, and then select Finish.

  5. On the Reset Complete page, select Close.

To learn about other ways you can personalize the IDE, see Personalize Visual Studio.

Next steps

Explore Visual Studio further by following along with one of these introductory articles:

[!div class="nextstepaction"] Learn to use the code editor

[!div class="nextstepaction"] Learn about projects and solutions

See also