Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The process of creating a new project in Visual Studio Code in the year 2020 goes as follows:

  1. Open Visual Studio Code.
  2. Click on "File" in the top left corner.
  3. Select "New Folder" or "Open Folder" if you have an existing project.
  4. Enter a name for your project and select a location to save it.
  5. Click "Create" to create the new project.
  6. Once you have created a new project and selected a folder location, you can begin adding files and folders to your project.
  7. To create a new file, right click on your project folder and select "New File".
  8. To create a new folder, right click on your project folder and select "New Folder".
  9. You can then begin coding in your new project by opening the files that you created in the editor.