Typescript 1.4: Wrong syntax highlighting in Visual Studio

前端 未结 3 1482
我在风中等你
我在风中等你 2020-12-20 11:40

Typescript 1.4 has been released recently, providing new possibilities like unions.

I installed the new version for Visual Studio, however the syntax highlighting do

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-20 12:13

    I've had the same issue, and for me it was Resharper that was causing the problem.

    If you have Resharper installed then simply disable it while working on TypeScript 1.4, at least until JetBrains releases an update with 1.4 support.

    To disable Resharper: Tools -> Resharper -> General -> Suspend

提交回复
热议问题