knarfalingus / TsWspCompilation

Adds TypeScript compilation support to website projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TsWspCompilation

Visual Studio 2015 Extension that adds TypeScript compilation support to website projects. Intention was to make it slightly better than the existing "compile TypeScript files outside of project" option.

Adds a "Compile TypeScript" context menu item to TypeScript Files Adds a "new TypeScript file" template as a choice

This extension will compile a TypeScript file you are editing in a Visual Studio Website project to Javascript, when you save it. It also adds TypeScript files as an option in the "new file" menus/dialogs in Visual Studio.

TsWsp Options

If you are using a source control provider that sets files read only when not checked out, you can set the "aggressive checkout" feature which will cause the extension to issue the specified checkout command to try and check out files prior to modification. The command is provider specific and can be found in the Tools, Options window, Environment, Keyboard section of Visual Studio, below is the command that would be used for SourceGear Vault.

Studio Options

About

Adds TypeScript compilation support to website projects.

License:Other


Languages

Language:C# 89.9%Language:HTML 6.8%Language:CSS 3.1%Language:TypeScript 0.3%