Skip to content

Commit d2c76b8

Browse files
Update README.md
1 parent 35274dc commit d2c76b8

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ Features
4747
--------
4848
The below features are available via the keyboard shortcuts shown, or via the Command Palette (^ means the `ctrl` key):
4949

50-
|Feature | Shortcut |
51-
|------------------|-----------------|
52-
|Rename | `^T` `^M` |
53-
|Find references | `^T` `^R` |
54-
|Next reference | `^T` `^N` |
55-
|Prev reference | `^T` `^P` |
56-
|Format document | `^T` `^F` |
57-
|Format selection | `^T` `^F` |
58-
|Format line | `^;` |
59-
|Format braces | `^ Shift ]` |
60-
|Navigate to symbol| `^ Alt R` |
61-
|Go to definition | `^T^D` or `F12` |
62-
|Auto-Complete | `^Space` |
63-
|Signature pop-up | (Win)`Alt+,` |
64-
|Paste and format | `^V` or <code>&#8984;V</code> |
65-
|Quick info | `^T` `^Q` |
66-
|Build | (Win)`^B` or `F7`, (OSX) `⌘B` or `F7` |
67-
|Error list | (via Command Palette) |
50+
|Feature | Shortcut |
51+
|-----------------------|-----------------|
52+
|Rename | `^T` `^M` |
53+
|Find references | `^T` `^R` |
54+
|Next reference | `^T` `^N` |
55+
|Prev reference | `^T` `^P` |
56+
|Format document | `^T` `^F` |
57+
|Format selection | `^T` `^F` |
58+
|Format line | `^;` |
59+
|Format braces | `^ Shift ]` |
60+
|Navigate to symbol | `^ Alt R` |
61+
|Go to definition | `^T^D` or `F12` |
62+
|Trigger completion | `^Space` |
63+
|Trigger signature help | (Win)`Alt+,` |
64+
|Paste and format | `^V` or <code>&#8984;V</code> |
65+
|Quick info | `^T` `^Q` |
66+
|Build | (Win)`^B` or `F7`, (OSX) `⌘B` or `F7` |
67+
|Error list | (via Command Palette) |
6868

6969
The "format on key" feature is on by default, which formats the current line after typing `;`, `}` or `enter`.
7070
To disable it, go to `Preferences` -> `Package Settings` -> `TypeScript` -> `Plugin Settings - User`, and add

0 commit comments

Comments
 (0)