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 VSCodeClick [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 projectsDifferent projects should be opened in different VSCode windows. This is very easyClick directly in the menu bar [File], then select [New Window] or Ctrl Shift N directly in the software to open a new windowThis 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!