Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open folder in Explorer from VS Code

Say I have a project/folder open in VS Code and I want to open the folder in Windows Explorer, is there keyboard shortcut or a VS Code Extension for that? Sometimes I also need to go to the project folder in command prompt.

In Visual Studio 2017, there's a menu option to open the folder and an extension for quickly getting to the project folder in command prompt -- see below: enter image description here

How do I handle these in VS Code?

like image 859
Sam Avatar asked Dec 10 '18 18:12

Sam


1 Answers

Right click on a file or folder from the left side explorer of VSCode, then select "Reveal in Explorer". Now you can see the folder in windows explorer.

like image 69
Akbar Ali Hussain Avatar answered Oct 07 '22 16:10

Akbar Ali Hussain