如何在 VS 15 中启用 javascript 预览
How to enable javascript preview in VS 15
在 VS13 中,Web Essentials 包含一项功能,可以在与 Typescript 相同的 window 中预览生成的 JavaScript。
我在刚刚下载并安装的 VS15 RC 中找不到此功能。
根据 Mads Kristensen 的说法:The TypeScript tooling contains all those options now. You don't need Web Essentials for any of that anymore.
但我找不到启用该功能的位置。
由于 compileOnSave
可用,只需在分裂痛苦视图中打开生成的 .js
文件,您就可以开始比赛了。
在 VS13 中,Web Essentials 包含一项功能,可以在与 Typescript 相同的 window 中预览生成的 JavaScript。
我在刚刚下载并安装的 VS15 RC 中找不到此功能。
根据 Mads Kristensen 的说法:The TypeScript tooling contains all those options now. You don't need Web Essentials for any of that anymore.
但我找不到启用该功能的位置。
由于 compileOnSave
可用,只需在分裂痛苦视图中打开生成的 .js
文件,您就可以开始比赛了。