Home  >  Article  >  Software Tutorial  >  How to create a new project in Vscode_Vscode new project tutorial

How to create a new project in Vscode_Vscode new project tutorial

王林
王林forward
2024-04-09 15:55:22514browse

php editor Yuzai brings you a tutorial on new Vscode projects. Vscode is a powerful code editor. This article will introduce you in detail how to easily create a new project in Vscode, allowing you to develop more efficiently. Follow our guidance to quickly master the skills of creating a new Vscode project and improve your development efficiency and project management capabilities!

1. First, create a new empty folder to store project files.

How to create a new project in Vscode_Vscode new project tutorial

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_Vscode new project tutorial

3. If the prompt shown in the picture appears, just click the button in the picture.

How to create a new project in Vscode_Vscode new project tutorial

4. The folder has been selected, but it is not complete at this time. Ctrl shift p, then enter task, click the first option to configure.

How to create a new project in Vscode_Vscode new project tutorial

5. Just select the first one as shown in the picture.

How to create a new project in Vscode_Vscode new project tutorial

6. Jump again and select other... to automatically generate the configuration file.

How to create a new project in Vscode_Vscode new project tutorial

7. As shown in the final picture, there are json type configuration files in the original empty folder. This is a complete project folder.

How to create a new project in Vscode_Vscode new project tutorial

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

Statement:
This article is reproduced at:zol.com.cn. If there is any infringement, please contact admin@php.cn delete