Skip to content

Commit b9d4984

Browse files
authored
Add search box screenshot (#13129)
* Add search box screenshot * Review feedback
1 parent e73928a commit b9d4984

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/ide/reference/how-to-display-line-numbers-in-the-editor.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Display line numbers for code
33
description: Turn line numbering for your code on and off in the Visual Studio code editor. Line numbers can be useful as a reference.
4-
ms.date: 08/19/2024
4+
ms.date: 09/19/2024
55
ms.topic: how-to
66
helpviewer_keywords:
77
- line numbers, displaying
@@ -22,8 +22,9 @@ This article describes how to show or hide line numbers in your code.
2222

2323
1. On the Visual Studio menu bar, select **Tools** > **Options** > **Text Editor**, and then select either the language you're using or **All Languages**. **All Languages** turns line numbers on or off in all supported programming languages.
2424

25-
> [!TIP]
26-
> You can also type **line number** in the [Search](../visual-studio-search.md) box, and then select **Turn line numbers on or off** in the results.
25+
You can also type **line number** in the Visual Studio [Search](../visual-studio-search.md) box, and then select **Turn line numbers on or off** in the results.
26+
27+
:::image type="content" source="media/line-numbers-search-box.png" alt-text="Screenshot of using the Search box to search for line numbers.":::
2728

2829
1. Select the **Line numbers** checkbox to show line numbers, or clear the checkbox to hide line numbers.
2930

Loading

0 commit comments

Comments
 (0)