Okay fam, code editor question: I’m working with a React template from TailwindUI in VSCode. I’m getting a ton of errors (red squigglys errrywhere). I’m guessing I need an extension or something? Any thoughts on how to get VS setup to handle this so I can start figuring out how the heck this all works.

Reply to this note

Please Login to reply.

Discussion

yes. goto extensions in vs code and search for react or es7?

Thank you for the advice! Installed es7, but still getting the errors 🧐

You'll want a VSCode extension that teaches your IDE to recognize tailwind/react-specific files.

Thank ya, Laser - will try to find one - finding Tailwind sooo confusing

Got it installed, still getting the errors - any thoughts?

"In some cases, you may need to disable native CSS linting/validations if your editor is very strict about the syntax it expects in your CSS files."

Okay - great callout. Will try that :-) Thanks, Laser!