Skip to content

Commit 9982fec

Browse files
author
Kasey Uhlenhuth
committed
updated based on PR comments
1 parent cf72acf commit 9982fec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/visual-studio-2017-for-dotnet-developers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Learn how [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/?utm
1919

2020
## I'm used to my keyboard shortcuts from a different extension/editor/IDE.
2121

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)*:
2323

2424
![Keyboard Schemes in Visual Studio](../ide/media/VS2017Guide-Keyboard.png)
2525

@@ -45,12 +45,12 @@ The following are popular Visual Studio shortcuts:
4545
| **Ctrl**+**F5** | Run without Debug | Run your application locally without debugging |
4646
| **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 |
4747
| **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) |
4949

5050
> [!NOTE]
5151
> 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**.
5252
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).
5454

5555
## I need a way to quickly navigate to files or types.
5656
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

Comments
 (0)