You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/visual-studio-2017-for-dotnet-developers.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Learn how [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/?utm
19
19
20
20
## I'm used to my keyboard shortcuts from a different extension/editor/IDE.
21
21
22
-
If you are coming from another IDE or coding environment, you can change your keyboard scheme in Visual Studio to *Visual Studio Code* or *ReSharper (Visual Studio)*:
22
+
If you are coming from another IDE or coding environment, you can change your keyboard scheme in **Visual Studio 2017 version 15.8** to *Visual Studio Code* or *ReSharper (Visual Studio)*:
23
23
24
24

25
25
@@ -45,12 +45,12 @@ The following are popular Visual Studio shortcuts:
45
45
|**Ctrl**+**F5**| Run without Debug | Run your application locally without debugging |
46
46
|**Ctrl**+**K**,**D** (Default Profile) or **Ctrl**+**E**,**D** (C# Profile) | Format Document | Cleans up formatting violations in your file based on your newline, spacing, and indentation settings |
47
47
|**Ctrl**+**\\**,**E** (Default Profile) or **Ctrl**+**W**,**E** (C# Profile) | View Error List | See all errors in your document, project, or solution |
48
-
|**Alt** + **PgUp/PgDn**| Go to Next/Previous Issue | Jump to the next/previous error, warning, suggestion in your document (available in **Visual Studio 2017 version 15.8** and later) |
48
+
|**Alt** + **PgUp/PgDn**| Go to Next/Previous Issue | Jump to the previous/next error, warning, suggestion in your document (available in **Visual Studio 2017 version 15.8** and later) |
49
49
50
50
> [!NOTE]
51
51
> Some extensions unbind the default Visual Studio keybindings. To use the above commands, restore your keybindings to Visual Studio's defaults by going to **Tools** > **Import and Export Settings** > **Reset all settings** or **Tools** > **Options** > **Keyboard** > **Reset**.
52
52
53
-
Learn more keyboard shortcuts and commands in Visual Studio in [our documentation](..\ide\tips-and-tricks-for-visual-studio).
53
+
Learn more keyboard shortcuts and commands in Visual Studio in [our documentation](..\ide\tips-and-tricks-for-visual-studio.md).
54
54
55
55
## I need a way to quickly navigate to files or types.
56
56
Visual Studio 2017 has a feature called **Go To All** (**Ctrl**+**T**). Go To All enables you to quickly jump to any file, type, member, or symbol declaration.
0 commit comments