howardlo
howardlo

Reputation: 1459

Web Essentials 2017 and TypeScript definition generation

Just installed Web Essentials 2017 from the Visual Studio marketplace but the feature to create TypeScript definition from a C# class seems to be missing. In Web Essentials 2015, I would right mouse over the C# class file and there would be an option "Create TypeScript Intellisense file".

I checked the project change log and it shows that the TypeScript definition file generator was implemented in 1.2 and the installed version is 1.5.8.

https://github.com/madskristensen/WebEssentials2017/blob/master/CHANGELOG.md

What did I miss?

Upvotes: 3

Views: 2787

Answers (2)

evans
evans

Reputation: 59

Web Essentials is now split into multiple extensions. To install the TypeScript generator, go to Visual Studio 2017-->Tools-->Extensions and Updates-->Online. Now search for 'TypeScript Definition Generator'. Install the one created by by Mads Kristensen.

Upvotes: 6

Related Questions