Skip to content

Commit d8bc717

Browse files
authored
Merge pull request #3544 from TerryGLee/tglee-getstartfix
[get started] add instructions for Find & Replace control
2 parents e721f2f + 5f126e7 commit d8bc717

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/get-started/csharp/tutorial-console.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ manager: douge
1313
dev_langs:
1414
- CSharp
1515
ms.workload:
16-
- "multiple"
16+
- "dotnet"
17+
- "dotnetcore"
1718
---
1819
# Tutorial: Get started with a C# console app in Visual Studio
1920

@@ -130,7 +131,7 @@ Let's fix the code so that it handles decimals.
130131

131132
1. Change each instance of the `int` variable to `float`.
132133

133-
(You can use the [Find and Replace](../../ide/finding-and-replacing-text.md#find-and-replace-control) control to help you with this task. To access the control within the code editor, press **Crtl**+**F**.)
134+
(You can use the [Find and Replace](../../ide/finding-and-replacing-text.md#find-and-replace-control) control to help you with this task. To access the search control within the code editor, press **Crtl**+**F**. Then, choose the **Find Next** button or the **Find Previous** button on the search control. To access replacement options, choose the button next to the **Find** text box. To make one replacement at a time, choose the **Replace Next** button next to the **Replace** text box. To replace all matches, choose the **Replace All** button.)
134135

135136
1. Run your calculator app again and divide the number **42** by the number **119**.
136137

0 commit comments

Comments
 (0)