Skip to content

Commit 22b9b32

Browse files
committed
Add shortcut summary table to end of Code Navigation tutorial
1 parent 4337a71 commit 22b9b32

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

tutorials/vscCodeNavigation.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,23 @@ You can collapse or expand code blocks to focus on relevant sections of your cod
120120

121121
---
122122

123-
**Contributors**: John Wong ([@Johnwz123](https://github.com/Johnwz123))
123+
## Summary of Shortcuts
124+
125+
The following table summarizes the key keyboard shortcuts introduced in this guide:
126+
127+
| Feature | Windows/Linux | Mac |
128+
|-----------------------------|--------------------------|------------------------|
129+
| Search Symbols (Workspace) | `Ctrl+T` | `Cmd+T` |
130+
| Search Symbols (File) | `Ctrl+P`, `@` | `Cmd+P`, `@` |
131+
| Peek Definition | `Alt+F12` | `Option+F12` |
132+
| Go to Definition | `F12` | `F12` |
133+
| Go to Super Implementation | Right-click menu | Right-click menu |
134+
| Call Hierarchy | Right-click > Peek Call Hierarchy | Same |
135+
| Type Hierarchy | Right-click > Show Type Hierarchy | Same |
136+
| Toggle Fold | `Ctrl+K Ctrl+L` | `Cmd+K Cmd+L` |
137+
| Fold Recursively | `Ctrl+K Ctrl+[` | `Cmd+K Cmd+[` |
138+
| Unfold Recursively | `Ctrl+K Ctrl+]` | `Cmd+K Cmd+]` |
139+
| Fold All | `Ctrl+K Ctrl+0` | `Cmd+K Cmd+0` |
140+
| Unfold All | `Ctrl+K Ctrl+J` | `Cmd+K Cmd+J` |
141+
142+
**Contributors**: John Wong ([@Johnwz123](https://github.com/Johnwz123)), Arshin Sikka ([@arshinsikka](https://github.com/arshinsikka))

0 commit comments

Comments
 (0)