PhpStorm 中的 TailwindCSS 自动完成功能不起作用

TailwindCSS autocompletion in PhpStorm not working

我刚刚将 PhpStorm 更新到版本 2020.3,它现在支持 Tailwind CSS 的自动补全。但在我的新更新版本中,它无法正常工作,也无法弄清楚原因。

在 html、blade 和 css 文件中,Tailwind CSS 没有自动补全功能。

我在某处启用了此功能吗?为什么它不起作用?

使用 npm 安装程序和使用版本 npm:@tailwindcss/postcss7-compat@^2.0.1 的 tailwind 时似乎存在错误。

来源 https://youtrack.jetbrains.com/issue/WEB-48473

我的解决方法: 删除 node_modules 并使用 yarn install

如果您使用的是节点版本管理器,请检查您的 Node.js 和 NPM 的项目语言和框架配置是否实际上使用了安装 tailwind 和 postCSS 包的相同节点版本

要解决此问题,请更新至版本 2021.3.1。不要寻找其他解决方案,因为它不存在 enter image description here