You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/use-solution-explorer.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can use the Solution Explorer tool window to create & manage your solutions
22
22
23
23
To start, let's take a look at the Solution Explorer tool window in the [Visual Studio IDE](../get-started/visual-studio-ide.md), with an open C# console solution that has two projects.
24
24
25
-
[](media/solution-explorer-tool-window.png#lightbox)
25
+
[](media/solution-explorer-tool-window.png#lightbox)
26
26
27
27
The tool window contains the following UI (user interface) elements:
28
28
@@ -35,17 +35,14 @@ The tool window contains the following UI (user interface) elements:
35
35
-**Program node**, where you can view, edit, and manage your program or application (app)
36
36
-**[Git changes tab](../version-control/git-with-visual-studio.md?view=vs-2019&preserve-view=true#git-changes-window)**, where you can use Git & GitHub within Visual Studio to collaborate on projects with your team
37
37
38
-
<!-- >[!NOTE]
39
-
> Your Solution Explorer tool window might look different than what you see here. For example, if you choose to open a local folder or a repository instead of a specific project or solution, you'll see a **Folder View**, where your solution and project information appears in folders.<-->
40
-
41
38
> [!TIP]
42
39
> If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using **View** > **Solution Explorer**, or by pressing **Ctrl**+**Alt**+**L**.
43
40
44
41
## Solution Explorer menu bar
45
42
46
43
To continue, let's take a closer look at the Solution Explorer menu bar.
47
44
48
-
[](media/solution-explorer-menu-bar.png#lightbox)
45
+
[The Solution Explorer menu bar in Visual Studio.](media/solution-explorer-menu-bar.png)
49
46
50
47
The menu bar contains the following UI elements, from left to right:
51
48
@@ -63,9 +60,7 @@ The menu bar contains the following UI elements, from left to right:
63
60
64
61
### Solution Explorer right-click context menu
65
62
66
-
In Solution Explorer, there are several file properties that you can interact with by using the right-click context menu. <!--Many of these file properties are universally available in the [Visual Studio IDE](../get-started/visual-studio-ide.md), while some are specific to the programming language or platform you're using.--> For more information about the right-click context menu options, see the [Manage project and solution properties](managing-project-and-solution-properties.md) page.
67
-
68
-
<!--Let's discover the main context menu items that appear in a [C# Calculator solution](..//get-started/csharp/tutorial-console.md?view=vs-2019#code-complete).-->
63
+
In Solution Explorer, there are several file properties that you can interact with by using the right-click context menu. For more information about the right-click context menu options, see the [Manage project and solution properties](managing-project-and-solution-properties.md) page.
0 commit comments