在VS Code中,有没有办法在angular-cli.json中为node_modules
路径启用智能感知/自动完成?
这就是我得到的(angular-cli.json):
这就是我想要的(tsconfig.json):
我的VS Code版本是1.8.1。我尝试了以下插件但没有成功:
由于某些原因,它们似乎不适用于angular-cli.json。
答案 0 :(得分:0)
使用Path Intellisense
扩展名对我来说效果很好(VSCode版本1.28.2):
(由于angular-cli.json
已被移动并在Angular 6中重命名为angular.json
,因此基本路径不同。)
答案 1 :(得分:-2)
您可以使用 Relative Path Extension
请访问文档链接
https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath
您可以将启动命令从Ctr+Shift+H
更改为f2
步骤: