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: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ The below features are available via the keyboard shortcuts shown, or via the Co
60
60
|Navigate to symbol |`^ Alt R`|
61
61
|Go to definition |`^T^D` or `F12`|
62
62
|Trigger completion |`^Space`|
63
-
|Trigger signature help | (Win)`Alt+,`|
63
+
|Trigger signature help |`Alt+,`|
64
+
|See previous signature in the tooltip |`Alt + up`|
65
+
|See next signature in the tooltip |`Alt + down`|
64
66
|Paste and format |`^V` or <code>⌘V</code> |
65
67
|Quick info |`^T``^Q`|
66
68
|Build | (Win)`^B` or `F7`, (OSX) `⌘B` or `F7`|
@@ -70,6 +72,12 @@ The "format on key" feature is on by default, which formats the current line aft
70
72
To disable it, go to `Preferences` -> `Package Settings` -> `TypeScript` -> `Plugin Settings - User`, and add
71
73
`"typescript_auto_format": false` to the json file.
72
74
75
+
For further information about the keyboard shortcuts, please refer to the [`Default.sublime-keymap`](https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/master/Default.sublime-keymap) file for common shortcuts and
0 commit comments