From 19a709f8a7218ca88979f722780b0fb962fbcb33 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Wed, 26 Jul 2023 17:50:59 +0100 Subject: [PATCH] Update improvements.md --- docs/errata/improvements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index fc3ca2c..f1f2775 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -716,9 +716,9 @@ In Step 2, I wrote, "Right-click in the `StringSyntax` attribute, select **Go To Visual Studio 2022 has two similar features: - **Go To Definition** *F12*: Should go to the decompiled metadata for a member or type. But if you have previously viewed source link, then it goes to source link! -- **Go To Implementation** *Ctrl* + *F12*: Should go to the source link implementation for a member or type. But if you have disabled source link, then it goes to the decompiled metadata. +- **Go To Implementation** *Ctrl*+*F12*: Should go to the source link implementation for a member or type. But if you have disabled source link, then it goes to the decompiled metadata. This was the behavior I was expecting because I usually have source link disabled. -In the next edition, I will add a note about this. +In the next edition, I will add a note about this and change the instructions to use **Go To Definition**. # Page 378 - Dictionaries