1. First of all, vscode itself does not have the option to create a new project, so you need to create an empty folder first.
#2. Then open vscode, and then open the folder in vscode, so that you can create the project.
#3. As shown in the picture, select the empty file created before as the vscode folder.
#4. As shown in the picture, the folder has been selected, but it is not complete at this time. We need to configure it.
5. Ctrl shift p, then enter task, click the first option to configure.
#6. As shown in the figure, it will jump. Select other again... to automatically generate the configuration file.
#7. As shown in the picture, there are json type configuration files in the original empty folder. This is a complete project folder.
PHP Chinese website has a large number of free vscode introductory tutorials, everyone is welcome to learn!
The above is the detailed content of How to create a vscode project. For more information, please follow other related articles on the PHP Chinese website!