I miss the feature that would show you the results of your TypeScript compile in a separate panel. I haven\'t found a way to turn that back on in Visual Studio 2015 with Typ
This issue still exists as of 2015-07-30 using the officially released version of Visual Studio 2015 Enterprise Edition plus Web Essentials 2015 version 0.5.1.
None of the previous suggestions work.
Mads needs to fix this and release a new version.
P.S. This issue does not happen with VS 2013 Update 4 and the latest Web Essentials 2013.
Alternatively, you can hit the "Show All Files" Button in the Solution Explorer to find your .js
file and then hit Alt+W, V to get a vertical split window and open the .js
file right next to your .ts
file.
This has been removed from Web Essentials 2015 in VS 2015RC.
See: https://github.com/madskristensen/WebEssentials2015/issues/53
madskristensen commented on Jun 8
The TS preview pane has been removed from Web Essentials 2015 due to continuously running into conflicts with the TS compiler when new versions come out. The TS team are aware of it and I hope they will add the feature into the TS tooling in the future. It is possible that this feature will be included in the brand new Web Compiler extensions (https://visualstudiogallery.msdn.microsoft.com/3b329021-cd7a-4a01-86fc-714c2d05bb6c) when preview panes have been implemented.