Home>Article>Development Tools> How to double-open windows in vscode
How to double-open vscode?
When you need to open multiple projects in VSCode, you must distinguish the specific situations and open them specifically
1. Multiple projects need to be opened in the same VSCode
2. Multiple Open VSCode to open different projects
Recommended learning:vscode tutorial
##1. Multiple projects need to be opened in the same VSCode Click [File] in the menu bar, then select [Add Folder to Workspace], and then add related project folders to the workspace, so that multiple projects can be opened in the same VSCode 2. Open VSCode multiple times to open different projects Different projects should be opened in different VSCode windows. This is very easy Click directly in the menu bar [File], then select [New Window] or Ctrl Shift N directly in the software to open a new window This way you can achieve the desired function.The above is the detailed content of How to double-open windows in vscode. For more information, please follow other related articles on the PHP Chinese website!