Project Description

This project adds some features to typescript experience for Visual Studio 2010

- Compile .ts file by save

- Excludes generated .js files from TFS, by save (VS will show icon that file was excluded for .ts files too, but it's their bug, actually .ts file will remain under source control)

To install the addin:

    1) Unzip release archive

    2) Copy files to C:\Users\<user name>\Documents\Visual Studio 2010\Addins

this folder is near to default Projects folder, if there is no such folder, please create it

    3) Run Visual studio

Note:

 On each .ts file save VS will ask to reload generated js file, to avoid this:

Open "Tools->Options->Environment->Documents->Auto-load changes, if saved" set to true.

ATTENTION: TypeScript plugin must be installed.

To install TypeScript on Visual Studio 2010:

    1) Download TypeScriptSetup.0.8.1.1.msi (http://www.microsoft.com/en-us/download/details.aspx?id=34790)

    2) Unzip it

    3) Find "TypeScriptLS" file and change its extension to .vsix and launch

Last edited Jan 8 at 11:47 AM by Klin, version 11