Angularjs 引导自动完成在webstorm中不起作用

Angularjs 引导自动完成在webstorm中不起作用,angularjs,twitter-bootstrap,Angularjs,Twitter Bootstrap,我在package.json中添加了依赖项: "bootstrap": "^3.3.7", 在angular-cli.json文件中更新为样式 “风格”:[ “./node_modules/bootstrap/dist/css/bootstrap.min.css”, “styles.css” ng_modules文件夹具有已配置的引导模块 将emmetEverywhere安装为自动完成插件 但仍然在app.component.html中,我无法自动完成 配置中是否有遗漏?做得好,现在尝试

我在package.json中添加了依赖项:

   "bootstrap": "^3.3.7",
  • 在angular-cli.json文件中更新为样式

    “风格”:[ “./node_modules/bootstrap/dist/css/bootstrap.min.css”, “styles.css”

  • ng_modules文件夹具有已配置的引导模块

  • 将emmetEverywhere安装为自动完成插件
  • 但仍然在app.component.html中,我无法自动完成


    配置中是否有遗漏?

    做得好,现在尝试直接下载,而不是使用npm@maher非常抱歉,我听不懂你说的。我刚从他们的官方网站下载了引导程序。现在我该如何继续?好的,1:在索引中设置js和css,2:如果你的应用程序中存在外部模块,则插入外部模块,3:测试一下,别忘了在bootstrap.js之前添加jQuery,更多信息还是Webstorm无法检测到“.”并在组件html中给我一些建议。但是在网页中似乎工作得很好。同样的问题,Webstorm中的bootstrap没有自动完成