/TSPoints

10 important points to learn TypeScript step by step and guided way from vscode.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

TypeScript Points Extension for Visual Studio Code

This extension arises to auto help new typescript developers, through challenges, assignments and examples to guide them to understand more about typescript.

Requirements

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • TSPoints.enable: enable/disable this extension
  • TSPoints.thing: set to blah to do something

Installation

  1. Install Visual Studio Code 1.5.0 or higher
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extension
  5. Type TSPoints and press enter
  6. Reload Visual Studio Code

Enjoy!