Skip to content

Commit 198643e

Browse files
authored
Add popular 15.8 shortcuts
1 parent 921c347 commit 198643e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/ide/tips-and-tricks-for-visual-studio.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Visual Studio keyboard shortcuts
3-
ms.date: 06/21/2017
3+
ms.date: 11/02/2018
44
ms.prod: visual-studio-dev15
55
ms.technology: vs-ide-general
66
ms.topic: reference
@@ -67,6 +67,11 @@ You can navigate in Visual Studio more easily by using the keyboard shortcuts in
6767

6868
|Command|Shortcut|Version Availability|
6969
|-|-|-|
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|
7075
|IntelliSense Suggestion Mode|**Ctrl**+**Alt**+**Space** (Toggle)||
7176
|Force Show IntelliSense|**Ctrl**+**J**||
7277
|Quick Actions|**Ctrl**+**.**||
@@ -89,6 +94,9 @@ You can navigate in Visual Studio more easily by using the keyboard shortcuts in
8994
|Navigate between multiple Peek Definition windows|**Ctrl**+**Alt**+**-** and **Ctrl**+**Alt**+**=**||
9095
|Navigate between multiple Peek results|**F8** and **Shift**+**F8**||
9196
|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**+**`**|
92100

93101
## Toolbars
94102

@@ -122,4 +130,4 @@ You can navigate in Visual Studio more easily by using the keyboard shortcuts in
122130

123131
- [Accessibility tips and tricks](../ide/reference/accessibility-tips-and-tricks.md)
124132
- [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

Comments
 (0)