Skip to content

Commit 867b5eb

Browse files
committed
Merge pull request #444 from Microsoft/update-shortcut-doc
Update readme about the keyboard shortcut documentation
2 parents 4599bd3 + 9582b6d commit 867b5eb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ The below features are available via the keyboard shortcuts shown, or via the Co
6060
|Navigate to symbol | `^ Alt R` |
6161
|Go to definition | `^T^D` or `F12` |
6262
|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` |
6466
|Paste and format | `^V` or <code>&#8984;V</code> |
6567
|Quick info | `^T` `^Q` |
6668
|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
7072
To disable it, go to `Preferences` -> `Package Settings` -> `TypeScript` -> `Plugin Settings - User`, and add
7173
`"typescript_auto_format": false` to the json file.
7274

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
76+
[`Default (OSX).sublime-keymap`](https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/master/Default%20(OSX).sublime-keymap),
77+
[`Default (Windows).sublime-keymap`](https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/master/Default%20(Windows).sublime-keymap),
78+
[`Default (Linux).sublime-keymap`](https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/master/Default%20(Linux).sublime-keymap)
79+
for OS-specific shortcuts.
80+
7381
Project System
7482
------
7583
The plugin supports two kinds of projects:

0 commit comments

Comments
 (0)