You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just created a new symfony project, installed only this bundle.
With ./bin/console tailwind:init commad initiated the config files
When I try to edit some twig files in templates folder, or the app.css file - the Jetbrains Tailwind plugin doesnt autocompletes anything.
Can someone give an advice how to make it work ?
Many thanks for any answer
The text was updated successfully, but these errors were encountered:
My understanding is that for autocomplete in IDE (I have PhpStorm) you need to have tailwindcss npm package installed.
I did yarn install tailwindcss and disable/enable Tailwind plugin and I got autocomplete back.
As having package.json and node_modules is not needed with Asset Mapper, I might just gitignore also package.json + lock file and install them when I init my project.
I've just created a new symfony project, installed only this bundle.
With ./bin/console tailwind:init commad initiated the config files
When I try to edit some twig files in templates folder, or the app.css file - the Jetbrains Tailwind plugin doesnt autocompletes anything.
Can someone give an advice how to make it work ?
Many thanks for any answer
The text was updated successfully, but these errors were encountered: