VS2015 does not have TypeScript template and it is not supporting typescript

前端 未结 3 1486
灰色年华
灰色年华 2021-01-25 11:38

I am working on Visual Studio 2015 professional. I have installed TypeScript using npm. TypeScript 2.0.3 installed. Then i tried to add a TypeScript file using Right Click on a

3条回答
  •  滥情空心
    2021-01-25 12:10

    Try Visual Studio Code https://code.visualstudio.com

    Install Visual Studio Code 0.10.1 or higher

    Launch Code

    From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)

    Select Install Extension

    Choose the extension

    Reload Visual Studio Code

    For mode details check this github page

    https://github.com/johnpapa/vscode-angular2-snippets

提交回复
热议问题