Intellisense
To show all possible properties, methods, keys, etc of any entity, object, class, enum, instance, etc in Visual Studio Code, particularly TypeScript, place your cursor on it and press:
CTRL+SPACE
Mark down preview
When viewing a .md file you can preview it using: ⇧⌘V
Refresh when code changes on disk
{ "key": "ctrl+f5", "command": "workbench.action.reloadWindow", "when": "editorTextFocus" }
Perfect!
Happy coding 🙂
Official key bindings (⌃ is ctrl, ⇧ is shift)