File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff 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 ) )
You can’t perform that action at this time.
0 commit comments