Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Create a C Sharp Project in VS Code

From Groundhog Learning

  1. Install Visual Studio Code (VS Code) (if you haven’t already).
  2. Open VS Code.
  3. Install a VS Code Extension: C# Dev Kit (if not already installed).
  4. Open the Command Palette: Ctrl+Shift+P.
  5. Run the command .NET: New Project....
  6. Select the Console App template.
  7. Choose a folder for your project.
  8. Enter a project name: vscode-csharp-create.
  9. Confirm to create the project in the selected folder.
  10. Open Program.cs file to start coding.

Related Concepts

Related Actions

References