(https://i.stack.imgur.com/i91uP.png) how could I get those suggestion when I'm typing
I want to get the suggesting when typing
CodePudding user response:
You have 2 possibilities to get the suggestions while writing code using the Tailwind CSS framework:
- the first using their extension: https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss
- the second using GitHub Copilot: https://github.com/features/copilot
CodePudding user response:
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
CodePudding user response:
you just need install an unocss extendion, i've tried a few methods,and didn't worked.