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/debugger/debugger-tips-and-tricks.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -163,5 +163,6 @@ For additional tips and tricks and more detailed information, see these blog pos
163
163
-[7 lesser known hacks for debugging in Visual Studio](https://devblogs.microsoft.com/visualstudio/7-lesser-known-hacks-for-debugging-in-visual-studio/)
164
164
-[7 hidden gems in Visual Studio](https://devblogs.microsoft.com/visualstudio/7-hidden-gems-in-visual-studio-2017/)
Copy file name to clipboardExpand all lines: docs/ide/csharp-developer-productivity.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ The following are popular Visual Studio shortcuts:
55
55
> [!NOTE]
56
56
> 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**.
57
57
58
-
For more information about keyboard shortcuts and commands, see [keyboard shortcuts](../ide/tips-and-tricks-for-visual-studio.md).
58
+
For more information about keyboard shortcuts and commands, see [Productivity shortcuts](../ide/productivity-shortcuts.md)and[Popular keyboard shortcuts](default-keyboard-shortcuts-for-frequently-used-commands-in-visual-studio.md).
59
59
60
60
## Navigate quickly to files or types
61
61
62
-
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.
62
+
Visual Studio 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.
63
63
64
64
- Change the location of this search bar or turn off the live navigation preview by using the **gear** icon.
Copy file name to clipboardExpand all lines: docs/ide/default-keyboard-shortcuts-for-frequently-used-commands-in-visual-studio.md
+20-17Lines changed: 20 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,14 @@ manager: jillfra
8
8
ms.workload:
9
9
- "multiple"
10
10
---
11
-
# Default keyboard shortcuts for frequently used commands in Visual Studio
11
+
# Popular keyboard shortcuts for Visual Studio
12
12
13
13
You can access frequently used commands in Visual Studio by choosing these default keyboard shortcuts. For a complete list of commands that have default shortcuts, see [Default keyboard shortcuts](../ide/default-keyboard-shortcuts-in-visual-studio.md).
14
14
15
+
The *Global* context means that the shortcut is applicable in any tool window in Visual Studio.
16
+
15
17
> [!NOTE]
16
-
> You can look up the shortcut for any command by opening the **Options** dialog box, expanding the **Environment** node, and then choosing **Keyboard**.
18
+
> You can [look up the shortcut](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md) for any command by opening the **Options** dialog box, expanding the **Environment** node, and then choosing **Keyboard**.
17
19
18
20
## Build
19
21
@@ -32,7 +34,7 @@ You can access frequently used commands in Visual Studio by choosing these defau
Copy file name to clipboardExpand all lines: docs/ide/default-keyboard-shortcuts-in-visual-studio.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,15 @@ ms.workload:
16
16
---
17
17
# Default keyboard shortcuts in Visual Studio
18
18
19
-
For more information about keyboard accessibility, see [Accessibility tips and tricks](../ide/reference/accessibility-tips-and-tricks.md) and [How to: Use the keyboard exclusively](../ide/reference/how-to-use-the-keyboard-exclusively.md).
19
+
You can access a variety of [commands](reference/visual-studio-commands.md) and windows in Visual Studio by choosing the appropriate keyboard shortcut. This page lists the default command shortcuts for the **General** profile, which you might have chosen when you installed Visual Studio. No matter which profile you chose, you can [identify the shortcut](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md) for a command by opening the **Options** dialog box, expanding the **Environment** node, and then choosing **Keyboard**. You can also customize your shortcuts by assigning a different shortcut to any given command.
20
20
21
-
You can access a variety of commands and windows in Visual Studio by choosing the appropriate keyboard shortcut. This page lists the default shortcuts for the **General** profile, which you might have chosen when you installed Visual Studio. No matter which profile you chose, you can identify the shortcut for a command by opening the **Options** dialog box, expanding the **Environment** node, and then choosing **Keyboard**. You can also customize your shortcuts by assigning a different shortcut to any given command.
21
+
For a list of common keyboard shortcuts and other productivity information, see:
22
22
23
-
For a list of common keyboard shortcuts and other productivity information, see [Default keyboard shortcuts for frequently used commands in Visual Studio](../ide/default-keyboard-shortcuts-for-frequently-used-commands-in-visual-studio.md), [Keyboard tips](../ide/tips-and-tricks-for-visual-studio.md), and [Productivity tips](../ide/productivity-tips-for-visual-studio.md).
23
+
-[Keyboard shortcuts for frequently used commands](../ide/default-keyboard-shortcuts-for-frequently-used-commands-in-visual-studio.md)
For more information about accessibility in Visual Studio, see [Accessibility tips and tricks](../ide/reference/accessibility-tips-and-tricks.md) and [How to: Use the keyboard exclusively](../ide/reference/how-to-use-the-keyboard-exclusively.md).
24
28
25
29
|||||
26
30
|-|-|-|-|
@@ -1144,5 +1148,4 @@ These keyboard shortcuts are *global*, which means that you can use them when an
1144
1148
1145
1149
## See also
1146
1150
1147
-
-[Image Editor for icons](/cpp/windows/image-editor-for-icons)
0 commit comments