Expand the development environment, easily and efficiently! Visual Studio Code (VSCode for short) is a text editor favored by developers. It is not only powerful but also has a convenient new window feature. PHP editor Banana will introduce the steps of creating a new window in VSCode in detail, so that you can be more comfortable during the development process. Below, let us explore the tutorial on creating a new window in VSCode to help you take your development journey to the next level!
1. First, find and double-click the Vscode icon on the computer desktop, as shown in the figure.
2. Then open the Vscode software, as shown in the picture.
3. Open a project, as shown in the figure.
4. If you want to open other projects at the same time, you can click [File] on the top menu bar, as shown in the figure.
5. Click [New Window] in the pop-up drop-down option list, as shown in the figure.
6. Finally, a Vscode window will be reopened, and new projects can be opened and operated in the new window, as shown in the figure.
The above is the detailed content of How to create a new window in Vscode_Create a new window tutorial in Vscode. For more information, please follow other related articles on the PHP Chinese website!