Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open project folder from Visual Studio in Windows Explorer?

I'd like to have easy access to my project's folder from within Visual Studio. What do I do to open its folder in Windows Explorer?

like image 797
user1306322 Avatar asked May 23 '13 01:05

user1306322


People also ask

How do I open Visual Studio code in project Explorer?

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. using mouse may be fine for some, but is there a command that can be bound to a key combo? The default keyboard command is shift + alt + r .

How do I open a project folder?

Click File > Open. Click Computer, and then on the right, choose a recent folder or click Browse. Click the project you want, and then click Open.

Where is the Visual Studio project directory?

In Visual Studio, click Tools > Options. Expand Projects and Solutions and click Locations. The Projects location field defines the default location for storing new projects. You can change this path if you are using a different working folder.


1 Answers

Open the Solution Explorer >> right-click your project >> select Open Folder in Windows Explorer.

This has been tested on Visual Studio 2010. It will probably work in any other Visual Studio with a Solution Explorer.

See screenshots:

enter image description here

like image 189
3 revs Avatar answered Sep 28 '22 23:09

3 revs