Skip to content

Commit 2d3bd30

Browse files
committed
2 parents cc595f7 + 1f2227e commit 2d3bd30

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"feedback_system": "GitHub",
3636
"feedback_github_repo": "MicrosoftDocs/visualstudio-docs",
3737
"feedback_product_url": "https://developercommunity.visualstudio.com/",
38-
"breadcrumb_path": "~/_breadcrumb/toc.yml",
38+
"breadcrumb_path": "/visualstudio/_breadcrumb/toc.json",
3939
"ROBOTS": "INDEX,FOLLOW",
4040
"author": "",
4141
"ms.author": "",

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ If you are coming from another IDE or coding environment, you may find installin
2727
- [HotKeys for Visual Studio (ReSharper/IntelliJ)](https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.HotKeys)
2828
- [VSVim](https://marketplace.visualstudio.com/items?itemName=JaredParMSFT.VsVim)
2929

30-
![The Visual Studio Extension Gallery](../ide/media/VSIDE_Productivity_Extensibility.png)
31-
32-
The following are popular Visual Studio shortcuts.
33-
34-
> [!NOTE]
35-
> Some extensions unbind default Visual Studio keybindings so you must restore them to use the following 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**.
30+
The following are popular Visual Studio shortcuts:
3631

3732
| Shortcut (All Profiles) | Command | Description |
3833
|-|-|-|
@@ -49,6 +44,9 @@ The following are popular Visual Studio shortcuts.
4944
| **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 |
5045
| **Ctrl+\\,E** (Default Profile) or **Ctrl+W,E** (C# Profile) | View Error List | See all errors in your document, project, or solution |
5146

47+
> [!NOTE]
48+
> Some extensions unbind the default Visual Studio keybindings. To use the following 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**.
49+
5250
## I need a way to quickly navigate to files or types.
5351
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.
5452
- Change the location of this search bar or turn off the 'live navigation preview' with the **gear** icon

0 commit comments

Comments
 (0)