简体   繁体   English

Visual Studio 2015中的打字稿预览窗格丢失

[英]typescript preview pane in Visual Studio 2015 missing

I recently installed Visual Studio 2015 and added in Web Essentials. 我最近安装了Visual Studio 2015,并将其添加到Web Essentials中。 When i'm using Typescript I'm not seeing the preview pane, I had it working in Visual Studio 2013. I've checked my Web Essential settings and I see the "Show Preview Pane" is set to True. 当我使用Typescript时,没有看到预览窗格,而是在Visual Studio 2013中运行。我已经检查了Web Essential设置,并且看到“显示预览窗格”设置为True。 Is there a shortcut to bring it up? 是否有捷径提出来?

Apparently this is a known issue . 显然,这是一个已知问题 Hopefully VS team will add this feature in a future release. 希望VS团队在将来的版本中添加此功能。

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. 由于在发布新版本时不断与TS编译器发生冲突,因此TS预览窗格已从Web Essentials 2015中删除。 The TS team are aware of it and I hope they will add the feature into the TS tooling in the future. TS团队已经意识到了这一点,我希望他们将来能够将该功能添加到TS工具中。 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. 实施预览窗格后,全新的Web编译器扩展( https://visualstudiogallery.msdn.microsoft.com/3b329021-cd7a-4a01-86fc-714c2d05bb6c )中可能会包含此功能。

Alternatively, you can hit the Solution Explorer->Show All Files button to find your .js file and then hit Alt + W, V or go to Visual Studio menu Windows->New Vertical Tab Group : 或者,您可以单击Solution Explorer->Show All Files按钮来找到.js文件,然后单击Alt + W,V或转到Visual Studio菜单Windows->New Vertical Tab Group 打印画面

To get a vertical split window and open the .js file right next to your .ts file. 要获取垂直拆分窗口并打开.ts文件旁边的.js文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM