Skip to content

Commit 75a36c6

Browse files
committed
Merged main into live
2 parents 9b49e70 + f7bcc6b commit 75a36c6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
Loading

docs/ide/personalizing-the-visual-studio-ide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customize & save your personal Visual Studio IDE settings
33
description: Customize the Visual Studio integrated development environment (IDE) in ways that best support your own development style and requirements.
4-
ms.date: 04/03/2024
4+
ms.date: 10/04/2024
55
ms.topic: conceptual
66
author: anandmeg
77
ms.author: meghaanand
@@ -50,7 +50,9 @@ Many personalization options are exposed through the [Environment Options](../id
5050

5151
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.
5252

53-
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).
53+
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).
54+
55+
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).
5456

5557
## Customize menus and toolbars
5658

docs/ide/use-solution-explorer.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Learn about Solution Explorer
33
description: Use Solution Explorer in Visual Studio and review the context menu options to manage the projects and files in a solution.
4-
ms.date: 03/15/2024
4+
ms.date: 10/04/2024
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- solution explorer [Visual Studio]
@@ -157,6 +157,12 @@ You can find the **Collapse All Descendants** command on the right-click context
157157

158158
::: moniker-end
159159

160+
## New Solution Explorer View
161+
162+
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.
163+
164+
:::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.":::
165+
160166
## Related content
161167

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

0 commit comments

Comments
 (0)