Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Solution Explorer doesnt show the folder although the folder is present in my local drive (local copy) Visual studio [duplicate]

Tags:

I have copied the source code from source control explorer to my local drive. the mapping is done and i am able to work on the code and build it. However, there are some files which doesnot show up in the Solution Explorer although it shows in the local copy of drive.

I tried to refresh it and i cannot get the correct folder structure in solution explorer. Any advice how to get it ??

like image 608
Ayesha Avatar asked Oct 30 '15 16:10

Ayesha


People also ask

How do I add folders to Solution Explorer Visual Studio?

To create a folder within the solution, right-click the solution name in the Solution Explorer pane and choose "Add", then "New Solution Folder" from the context-sensitive menu. To create a subfolder, start by right-clicking an existing solution folder and then choose the same menu options.

How do I show a folder in Visual Studio?

On the Visual Studio menu bar, choose File > Open > Folder, and then browse to the code location. On the context (right-click) menu of a folder containing code, choose the Open in Visual Studio command. Choose the Open Folder link on the start window.

What is solution folder in Visual Studio?

What are Visual Studio Solution Folders? In Visual Studio, you can add virtual folders to group and organize your projects and files. Folders can be nested, collapsed, expanded, and even hidden in the Solution Explorer.


1 Answers

To see other files in the solution explorer click the "Show All Files" button as shown in the image below. This will allow you to see all the files in your project folder.

enter image description here

Right-click in each file you want to add and select "Include in project"

I hope this can help you.

like image 113
Spiderix Avatar answered Oct 13 '22 07:10

Spiderix