Skip to content

Repo sync for protected branch #10436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/ide/media/vs-2022/solution-explorer-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs/ide/personalizing-the-visual-studio-ide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Customize & save your personal Visual Studio IDE settings
description: Customize the Visual Studio integrated development environment (IDE) in ways that best support your own development style and requirements.
ms.date: 04/03/2024
ms.date: 10/04/2024
ms.topic: conceptual
author: anandmeg
ms.author: meghaanand
Expand Down Expand Up @@ -50,7 +50,9 @@ Many personalization options are exposed through the [Environment Options](../id

To change the color theme between Dark, Light, Blue, and Blue (Extra Contrast), enter *theme* in the search box, and then choose **Environment** > **General**. In the **Options** dialog box, change the **Color theme** option.

To change colorization options in the editor, enter *environment* in the search box, and then choose **Environment** > **Fonts and Colors**. See [Change fonts, colors, and themes](../ide/how-to-change-fonts-and-colors-in-visual-studio.md).
To change colorization options in the editor, enter *environment* in the search box, and then choose **Environment** > **Fonts and Colors**. See [Change fonts, colors, and themes](how-to-change-fonts-and-colors-in-visual-studio.md).

You can also use the **Tools** > **Options** > **Environment** > **Fonts and Colors** to establish a custom font and color scheme for various user interface elements in the integrated development environment (IDE). See the reference page on [Fonts and Colors, Environment, Options dialog box](./reference/fonts-and-colors-environment-options-dialog-box.md).

## Customize menus and toolbars

Expand Down
8 changes: 7 additions & 1 deletion docs/ide/use-solution-explorer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Learn about Solution Explorer
description: Use Solution Explorer in Visual Studio and review the context menu options to manage the projects and files in a solution.
ms.date: 03/15/2024
ms.date: 10/04/2024
ms.topic: conceptual
helpviewer_keywords:
- solution explorer [Visual Studio]
Expand Down Expand Up @@ -157,6 +157,12 @@ You can find the **Collapse All Descendants** command on the right-click context

::: moniker-end

## New Solution Explorer View

You can use the **New Solution Explorer View** to add a new scoped Solution Explorer view. In the Solution Explorer, right-click on the folder you want to set as the root folder of the new view and then select **New Solution Explore View** from the context menu. A new Solution Explorer window appears that you can dock or float as needed.

:::image type="content" source="media/vs-2022/solution-explorer-view.png" alt-text="Screenshot of the New Solution Explorer View from the right-click context menu in Solution Explorer.":::

## Related content

- [What are solutions and projects in Visual Studio?](solutions-and-projects-in-visual-studio.md)
Expand Down