Skip to content

Commit 1f987f1

Browse files
committed
17678847, fixed build suggestions and typos.
1 parent ba63e22 commit 1f987f1

7 files changed

+11
-9
lines changed

Diff for: docs/ide/reference/generate-deconstructor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This code generation applies to:
3636
- With the cursor in your declaration, select Ctrl+. to trigger the **Quick Actions and Refactorings** menu.
3737
- **Mouse**
3838
- Right-click and select the **Quick Actions and Refactorings** menu.
39-
- Select the ![screwdriver](media/screwdriver.png) icon that appears in the left margin if the text cursor is already on the empty line in the class.
39+
- Select the :::image type="icon" source="media/screwdriver.png"::: icon that appears in the left margin if the text cursor is already on the empty line in the class.
4040

4141
![Generate deconstructor code fix](media/deconstruct-codefix.png)
4242

Diff for: docs/ide/reference/generate-usings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Generate usings
3-
description: Learn how to use the Quick Actions and Refactorings menu to add the necessary imports or using directives for copy-and-pasted code.
3+
description: Learn how to use the Quick Actions and Refactorings menu to immediately add the necessary imports or using directives for copy-and-pasted code.
44
ms.custom: SEO-VS-2020
55
ms.date: 03/10/2020
66
ms.topic: reference

Diff for: docs/ide/reference/generate-xml-documentation-comments.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Insert XML documentation comments
3-
description: Learn how to insert XML documentation comments in your code that you can use to to create a compiler-generated XML file to distribute alongside your .NET assembly.
3+
description: Learn how to insert XML documentation comments in your code that you can use to create a compiler-generated XML file to distribute alongside your .NET assembly.
44
ms.custom: SEO-VS-2020
55
ms.date: 01/22/2020
66
ms.topic: reference
@@ -42,11 +42,11 @@ The compiler-generated XML file can be distributed alongside your .NET assembly
4242

4343
3. Enter descriptions for each XML element to fully document the code element.
4444

45-
![Completed comment](media/doc-result-cs.png)
45+
![Screenshot showing the completed comment.](media/doc-result-cs.png)
4646

4747
You can use styles in XML comments that will render in Quick Info when hovering over the element. These styles include: italics, bold, bullets, and a clickable link.
4848

49-
![Completed comment](media/doc-style-cs.png)
49+
![Screenshot showing the completed comment with style tags for italics, bold, bullets, and a clickable link.](media/doc-style-cs.png)
5050

5151
> [!NOTE]
5252
> There is an [option](../../ide/reference/options-text-editor-csharp-advanced.md) to toggle XML documentation comments after typing `///` in C# or `'''` Visual Basic. From the menu bar, choose **Tools** > **Options** to open the **Options** dialog box. Then, navigate to **Text Editor** > **C#** or **Basic** > **Advanced**. In the **Editor Help** section, look for the **Generate XML documentation comments** option.

Diff for: docs/ide/reference/how-to-change-fonts-and-colors-in-the-editor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Change editor fonts and colors
3-
description: Learn how to change the default font face, adjust the font size, and change the foreground and background colors for various text Display items in the code editor.
3+
description: Learn how to change the default font face, adjust the font size, and change the foreground and background colors for various text display items in the code editor.
44
ms.custom: SEO-VS-2020
55
ms.date: 06/01/2020
66
ms.topic: how-to

Diff for: docs/ide/reference/invert-conditional-logical.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ This refactoring applies to:
3232
2. Press **Ctrl**+**.** to trigger the **Quick Actions and Refactorings** menu.
3333
3. Select **Invert conditional** or **Replace '&&' with '||'**
3434

35-
![Invert conditional](media/invert-conditional.png)
35+
![Screenshot of the Invert conditional option.](media/invert-conditional.png)
3636

37-
![Invert conditional](media/invert-logical-operator.png)
37+
![Screenshot of the Replace && with || option.](media/invert-logical-operator.png)
3838

3939
## See also
4040

Diff for: docs/ide/reference/regex-completion-through-intellisense.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Regex completion through IntelliSense menu
3-
description: Learn how to use the IntelliSense menu to write a regular expression the help of IntelliSense.
3+
description: Learn how to use the IntelliSense menu to write a regular expression with the help of IntelliSense.
44
ms.date: 03/10/2020
55
ms.topic: reference
66
author: mikadumont

Diff for: docs/ide/reference/resources-for-troubleshooting-integrated-development-environment-errors.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Resources for troubleshooting errors
3+
description: Learn how to use Knowledge Base articles, forums, or product support to troubleshoot IDE errors that that aren't informative enough to help you resolve a problem.
4+
ms.custom: SEO-VS-2020
35
ms.date: 07/23/2020
46
ms.topic: troubleshooting
57
f1_keywords:

0 commit comments

Comments
 (0)