Reputation: 45
(https://i.sstatic.net/i91uP.png) how could I get those suggestion when I'm typing
I want to get the suggesting when typing
Upvotes: 1
Views: 917
Reputation: 1
you just need install an unocss extendion, i've tried a few methods,and didn't worked.
Upvotes: 0
Reputation: 1
open the VS code quick open (Ctrl+P) and paste the following command ext install bradlc.vscode-tailwindcss And then install tailwind css and the tailwind config file named 'tailwind.config.js' in your workspace Done it should now add the suggestion For more details read the article here
Upvotes: 0
Reputation: 11
You have 2 possibilities to get the suggestions while writing code using the Tailwind CSS framework:
Upvotes: 1