Skip to content

Commit 3e4fcfc

Browse files
Merge pull request #13073 from anandmeg/uuf-242401
Clarify collapsible region option
2 parents 61f256e + 6907d32 commit 3e4fcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/outlining.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Collapse and expand regions of code
33
description: Use the expand and collapse commands in the Visual Studio integrated development environment (IDE) to work in outline mode.
4-
ms.date: 05/31/2024
4+
ms.date: 9/13/2024
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- outlining
@@ -28,7 +28,7 @@ To collapse an outlining region, double-click any line in the region on the outl
2828

2929
:::image type="content" source="media/outlining-example-2022.png" alt-text="Screenshot of an example of collapsed code that shows the outlining margin and an example of the expanded code visible from a tooltip.":::
3030

31-
Regions in the outlining margin are also highlighted when you hover over the margin with the mouse. The default highlighting color might seem rather faint in some color configurations. You can change it in **Tools** > **Options** > **Environment** > **Fonts and Colors** > **Collapsible Region**.
31+
Regions in the outlining margin are also highlighted when you hover over the margin with the mouse. The default highlighting color might seem rather faint in some color configurations. You can change it in **Tools** > **Options** > **Environment** > **Fonts and Colors** > **Display items** > **Collapsible Region**.
3232

3333
When you work in outlined code, you can expand the sections you want to work on, collapse them when you're done, and then move to other sections. When you don't want to have outlining displayed, you can use the **Stop Outlining** command to remove the outline information without disturbing your underlying code.
3434

0 commit comments

Comments
 (0)