Home  >  Article  >  Development Tools  >  How to create a new project in vscode

How to create a new project in vscode

王林
王林Original
2019-11-04 17:59:3015986browse

How to create a new project in vscode

1. First of all, vscode itself does not have the option to create a new project, so you must first create an empty folder

How to create a new project in vscode

2. Then open vscode, and then open the folder in vscode, so that you can create the project

How to create a new project in vscode

3. As shown in the figure, select the empty file created before as the file of vscode Just click the folder

How to create a new project in vscode

4. As shown in the picture, the folder has been selected, but it is not complete at this time. We need to configure it

How to create a new project in vscode

5. Ctrl shift p, then enter task, click the first option to configure

How to create a new project in vscode

6, as shown in the figure, it will also jump , select other again... to automatically generate the configuration file

How to create a new project in vscode

7. As shown in the figure, there are more json type configuration files in the original empty folder. This is a Complete project folder

How to create a new project in vscode

Recommended tutorial:vscode tutorial

The above is the detailed content of How to create a new project in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn