林廷奕
林廷奕

Reputation: 45

tailwind css with vscode

(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

Answers (3)

Tyler
Tyler

Reputation: 1

you just need install an unocss extendion, i've tried a few methods,and didn't worked.

Upvotes: 0

itstanmay95
itstanmay95

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

Michael Bonfanti
Michael Bonfanti

Reputation: 11

You have 2 possibilities to get the suggestions while writing code using the Tailwind CSS framework:

Upvotes: 1

Related Questions