diff --git a/README.md b/README.md index 4c583b8c..5a89ddc8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ The below features are available via the keyboard shortcuts shown, or via the Co |Navigate to symbol | `^ Alt R` | |Go to definition | `^T^D` or `F12` | |Trigger completion | `^Space` | -|Trigger signature help | (Win)`Alt+,` | +|Trigger signature help | `Alt+,` | +|See previous signature in the tooltip | `Alt + up` | +|See next signature in the tooltip | `Alt + down` | |Paste and format | `^V` or ⌘V | |Quick info | `^T` `^Q` | |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 To disable it, go to `Preferences` -> `Package Settings` -> `TypeScript` -> `Plugin Settings - User`, and add `"typescript_auto_format": false` to the json file. +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 +[`Default (OSX).sublime-keymap`](https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/master/Default%20(OSX).sublime-keymap), +[`Default (Windows).sublime-keymap`](https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/master/Default%20(Windows).sublime-keymap), +[`Default (Linux).sublime-keymap`](https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/master/Default%20(Linux).sublime-keymap) +for OS-specific shortcuts. + Project System ------ The plugin supports two kinds of projects: