Preview pane for TypeScript missing and/or not updating in VS2012/13

浪子不回头ぞ 提交于 2019-12-11 07:58:39

问题


Has anyone got the JavaScript preview pane visible and working in VS2013? I was using it to learn TypeScript in VS2012 but in VS2013 it's gone. I've installed release 2 RC and the latest typescript, but no luck. On a VS2012 machine the JS pane is not updating, whatever I do. All this from just updating TypeScript?


回答1:


You're likely not using the right build of WebEssentials and Visual Studio combination. Confirm that you're using the build for VS 2013 RC2. The preview pane isn't controlled by anything in nuget. Also make sure that you've removed all old versions of Typescript plugins (from the control panel in Windows) as they aren't needed as of RC2.

As listed in the docs: http://vswebessentials.com/features/typescript

The preview pane has been restored. I use it, on multiple computers successfully.




回答2:


Beware of errors due to langue update: Preview pane was restored easily enough using the above instructions. But the huge time waster today was that the preview pane was not updating on save, on rebuild all or with any other attempt to refresh. Even the .JS code was not updating. The problem was there were new errors in the TS, because of the small changes in language support. They did not stop the build from going through successfully - no error messages popping up, successful build, etc. But when I manually viewed the error list, there they were - three errors that occurred in the TypeScript itself. As soon as I fixed these, the preview pane updated automatically again, and the JS refreshed automatically.

Until this latest edition, an error in TS would remove ALL the JS code in the preview pane, and a clear error messages was shown right there. In this latest edition, it's different: The preview does not do anything, no change at all, until the TS errors are fixed.



来源:https://stackoverflow.com/questions/23401183/preview-pane-for-typescript-missing-and-or-not-updating-in-vs2012-13

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!