Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>&#8984;V</code> |
|Quick info | `^T` `^Q` |
|Build | (Win)`^B` or `F7`, (OSX) `⌘B` or `F7` |
Expand All @@ -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:
Expand Down