vsc 报错 decorators 和 bind this

最近用上了 vsc,被下面的问题烦了很久。

vsc 报错 decorators 和 bind this_第1张图片

1 其中 decorators 报错信息是

vsc 报错 decorators 和 bind this_第2张图片

跟了下,最终是要工程下配置好 tsconfig.json ,具体见 http://www.jianshu.com/p/e62b...

2 bind this 的报错始终没有找到解决方案, tsconfig.json 中并没有相应的配置。 个人猜测 ts 本身没支持的原因。

最后,既然如此,就不采用 vsc 默认的校验了。

  • 1 cmd + , 去到 User Settings 下,把默认的检测关掉 "javascript.validate.enable": false
  • 2 cmd + shift + x 去到 Extensions,搜索 eslint 安装,使用 eslint 来做代码检测。(具体eslint就不介绍了)

你可能感兴趣的:(vsc 报错 decorators 和 bind this)