Errors and pieces of information when changing code and when saving (Control + S) Format on save (Control + S) (Make sure you also enable the "Editor: Format on Save" setting for this to work). Suggests completions and snippets (Control + Space) Test explorer integration. Lists all references to a type alias, module, custom type or function (Alt + Shift + F12) Jump to the definition of a type alias, module, custom type or function. Shows type annotations and documentation on hover for type alias, module, custom type or function. Rename a type alias, module, custom type or function (F2) Browse file by symbols (Control + Shift + O). Browse the workspace by symbols (Control + Shift + R) Codelenses show how many times you call a function and if it's exposed or not.
Features
- Errors and informations when changing code and when saving (Control + S)
- Format on save (Control + S) (Make sure you also enable the "Editor: Format on Save" setting for this to work)
- Suggests completions and snippets (Control + Space)
- Test explorer integration
- Jump to the definition of a type alias, module, custom type or function
- Shows type annotations and documentation on hover for type alias, module, custom type or function