Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to quickly change workspace in vscode

Anybody here have a advice how to quickly change workspace in Visual Studio Code?

like image 559
Daniil Shilo Avatar asked Jan 12 '19 22:01

Daniil Shilo


People also ask

How do I quickly change files in VS Code?

Hold Ctrl and press Tab to view a list of all files open in an editor group. To open one of these files, use Tab again to pick the file you want to navigate to, then release Ctrl to open it. Alternatively, you can use Ctrl+Alt+- and Ctrl+Shift+- to navigate between files and edit locations.

How do I edit multiple locations in VS Code?

“how to edit multiple lines in vs code” Code Answer's Windows: Ctrl + Alt + Arrow Keys. Linux: Shift + Alt + Arrow Keys. Mac: Opt + Cmd + Arrow Keys.

Can I have multiple workspaces in VS Code?

VS Code now has the concept of a 'workspace' which lets you add several 'root' folders to VS Code in the same window. For instance, when working on a project in one folder that utilizes shared code held in a different folder, you can now open both the project folder and the shared folder in the same window.


2 Answers

Open Recent workbench.action.openRecent Ctrl+R

like image 155
Alex Avatar answered Nov 11 '22 18:11

Alex


if you mean extensionlist like "Php extension" to "Node Extension" i made a program which would be usefull for you VS Code Workspace Changer

like image 31
RepiatX Avatar answered Nov 11 '22 19:11

RepiatX