- Install Visual Studio Code (VS Code) (if you haven’t already).
- Open VS Code.
- Install a VS Code Extension: C# Dev Kit (if not already installed).
- Open the Command Palette:
Ctrl+Shift+P. - Run the command
.NET: New Project.... - Select the
Console Apptemplate. - Choose a folder for your project.
- Enter a project name:
vscode-csharp-create. - Confirm to create the project in the selected folder.
- Open
Program.csfile to start coding.
Related Concepts
- Uses: Visual Studio Code (VS Code)
- Uses: VS Code Extension
Related Actions