Open multiple Projects/Folders in Visual Studio Code

前端 未结 18 1530
误落风尘
误落风尘 2020-12-12 12:23

How do I open multiple projects/folders in a single Visual Studio Code instance, and open multiple files in single view? Does it has any option for future change request?

18条回答
  •  一整个雨季
    2020-12-12 12:45

    You can use this extension known as Project Manager

    In this the projects are saved in a file projects.json, just save the project and by pressing Shift + Alt + P you can see the list of all your saved projects, from there you can easily switch your projects.

提交回复
热议问题