Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TypeScript on Visual Studio 2012 Express

I've been having trouble getting TypeScript for Visual Studio 2012 to work. Does anyone know if it will only install on the full edition of VS2012? (I have VS 2012 Express for Web and VS 2012 Express for Desktop).

I've tried all the suggestions I could find on this site, and still no luck. Both VS and TypeScript install correctly, but I can't see TypeScript projects or new items anywhere in VS 2012 Express for Web.

like image 564
user1758410 Avatar asked Oct 19 '12 06:10

user1758410


1 Answers

The TypeScript project likes to hide directly in Visual C# or Visual Basic node of projects templates tree of VS 2012 Express for Web. Just click on one of those, scroll to very bottom and check if it's there:

TypeScript project under Visual C# node

like image 85
tpeczek Avatar answered Oct 04 '22 01:10

tpeczek