JMarsch
JMarsch

Reputation: 21751

Web essentials not showing typescript preview

I must be missing something really basic. I'm playing with Typescript. Based on this link: http://vswebessentials.com/features/typescript I thought that Web Essentials should be giving me a split-pane window so that I could observe the javascript that is being generated for me.

I have my typescript file, but no joy from Web Essentials. Should the preview pane show up automatically, or is there something I need to do? (I explored all of the Web Essentials menus, and the link above doesn't say anything about activating the feature.

Setup:

Upvotes: 4

Views: 1642

Answers (1)

Shyju
Shyju

Reputation: 218872

The TypeScript preview pane has been removed from Web Essentials 2015 due to continuously running into conflicts with the TS compiler when new versions come out.

This is a known issue and hopefully the typescript team will add the feature into the TS tooling in the future.

Upvotes: 5

Related Questions