may be you don't have installed plugins for taiwindcss. check for that. in vscode there is one.
Tailwind suggestions not showing on Phpstorm 2021.3.2
Hello I'm finishing the Laravel 8 From Scratch course, but during all the course PhpStorm isn't showing the tailwind suggestions while building blade.php pages.
In the course Jeffrey shows us to link tailwind via link:rel on the layout.blade component. Researched a bit but didnt find a solution. I remember with previous versions of PhpStorm and linking tailwind via npm as it says in the documentation did show the suggestions, but linking tailwind with link tag it doesnt. It shouldn't show the suggestions anyways? Someone knows a fix for this or maybe am I missing something in the settings?
The link:rel that i'm using is this one:
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
Please or to participate in this conversation.