1
1
---
2
2
title : Visual Studio keyboard shortcuts
3
- ms.date : 06/21/2017
3
+ ms.date : 11/02/2018
4
4
ms.prod : visual-studio-dev15
5
5
ms.technology : vs-ide-general
6
6
ms.topic : reference
@@ -67,6 +67,11 @@ You can navigate in Visual Studio more easily by using the keyboard shortcuts in
67
67
68
68
| Command| Shortcut| Version Availability|
69
69
| -| -| -|
70
+ | Go to All| ** Ctrl** +** T** |
71
+ | Go to Recent Files| ** Ctrl** +** T** ,** R** |
72
+ | Multi-caret multiple insertion points| ** Ctrl** +** Alt** +*** LeftClick** |
73
+ | Multi-caret add matching selection| ** Shift** +** Alt** +** Ins** |
74
+ | Format Document| ** Ctrl** +** K** ,** D** | Visual Studio 2017 version 15.8|
70
75
| IntelliSense Suggestion Mode| ** Ctrl** +** Alt** +** Space** (Toggle)||
71
76
| Force Show IntelliSense| ** Ctrl** +** J** ||
72
77
| Quick Actions| ** Ctrl** +** .** ||
@@ -89,6 +94,9 @@ You can navigate in Visual Studio more easily by using the keyboard shortcuts in
89
94
| Navigate between multiple Peek Definition windows| ** Ctrl** +** Alt** +** -** and ** Ctrl** +** Alt** +** =** ||
90
95
| Navigate between multiple Peek results| ** F8** and ** Shift** +** F8** ||
91
96
| Toggle between the code editor window and the Peek Definition window| ** Shift** +** Esc** ||
97
+ | Go to Enclosing Block| ** Ctrl** +** Alt** +** UpArrow** |
98
+ | Go to Next/Previous Issue| ** Alt** +** PgUp** /** PgDn** |
99
+ | Contextual Navigation menu| ** Alt** +** `** |
92
100
93
101
## Toolbars
94
102
@@ -122,4 +130,4 @@ You can navigate in Visual Studio more easily by using the keyboard shortcuts in
122
130
123
131
- [ Accessibility tips and tricks] ( ../ide/reference/accessibility-tips-and-tricks.md )
124
132
- [ Keyboard shortcuts (Azure DevOps Services and TFS)] ( /azure/devops/project/navigation/keyboard-shortcuts?view=vsts )
125
- - [ Visual Studio tips and tricks blog] ( https://blogs.msdn.com/b/zainnab )
133
+ - [ Visual Studio tips and tricks blog] ( https://blogs.msdn.com/b/zainnab )
0 commit comments