Skip to content

Commit 2a6c235

Browse files
Update docs/debugger/view-data-values-in-data-tips-in-the-code-editor.md
Co-Authored-By: Mike Jones <[email protected]>
1 parent 1fd12d6 commit 2a6c235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/debugger/view-data-values-in-data-tips-in-the-code-editor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ To edit the value of a variable or element in a DataTip, select the value, type
9292

9393
## Pin Properties in DataTips (Supported in Visual Studio 2019 version 16.4 Preview 3 or higher)
9494

95-
> [!NOTE] This feature is supported for .NET Core 3.0 or higher.
95+
> [!NOTE]
96+
> This feature is supported for .NET Core 3.0 or higher.
9697
9798
You can quickly inspect objects by their properties in DataTips with the **Pinnable Properties** tool. To use this tool, hover over a property and select the pin icon that appears or right-click and select the **Pin Member as Favorite** option in the resulting context menu. This bubbles up that property to the top of the object’s property list, and the property name and value is displayed in the right column of the DataTip. To unpin a property, select the pin icon again or select the **Unpin Member as Favorite** option in the context menu.
9899

0 commit comments

Comments
 (0)