@@ -47,24 +47,24 @@ Features
4747--------
4848The 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 >⌘ ; 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 >⌘ ; V</code > |
65+ | Quick info | ` ^T ` ` ^Q ` |
66+ | Build | (Win)` ^B ` or ` F7 ` , (OSX) ` ⌘B ` or ` F7 ` |
67+ | Error list | (via Command Palette) |
6868
6969The "format on key" feature is on by default, which formats the current line after typing ` ; ` , ` } ` or ` enter ` .
7070To disable it, go to ` Preferences ` -> ` Package Settings ` -> ` TypeScript ` -> ` Plugin Settings - User ` , and add
0 commit comments