docs: explain how to show Solution Explorer from Explorer title bar menu#9801
Open
Dotify71 wants to merge 1 commit into
Open
docs: explain how to show Solution Explorer from Explorer title bar menu#9801Dotify71 wants to merge 1 commit into
Dotify71 wants to merge 1 commit into
Conversation
Closes microsoft#9799. The Solution Explorer section in the Explorer pane may not be visible if it was previously hidden. The existing documentation only stated that it appears automatically when a workspace with solution files is opened, but did not explain how to restore it when hidden. Add a Tip block after the initial Solution Explorer description that directs users to the Views and More Actions (...) button in the Explorer title bar to toggle the Solution Explorer section on. Also clarifies that right-clicking the Activity Bar does not control this specific view, which was a common source of confusion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #9799.
The Solution Explorer section in the Explorer pane may not be visible if it was previously hidden. The existing documentation stated that it appears automatically when a workspace with solution files is opened, but did not explain how to restore it when hidden.
Users have been confused because existing web guidance suggests right-clicking the Activity Bar to show or hide views — but that does not work for the C# Solution Explorer section, which is controlled via the Explorer title bar menu instead.
Changes
docs/csharp/project-management.md...) button in the Explorer title bar, and check Solution Explorer to toggle it on.