Intellisense 无法在 VS Code 上使用 Jasmine
Intellisense not working with Jasmine on VS Code
我真的很喜欢使用 VS Code 并且智能感知很棒,但我似乎无法让它与 Jasmine 及其匹配项一起使用。
这就是我要找的:
如果您的 node_modules 本地有 Jasmine,VS Code 应该会选择它并自动提供智能感知。否则,您可以使用 npm i @types/jasmine
.
安装 typings
我真的很喜欢使用 VS Code 并且智能感知很棒,但我似乎无法让它与 Jasmine 及其匹配项一起使用。
这就是我要找的:
如果您的 node_modules 本地有 Jasmine,VS Code 应该会选择它并自动提供智能感知。否则,您可以使用 npm i @types/jasmine
.