Tailwind CSS IntelliSense Issues After Removal of Automatic tailwind.config.js Generation #15741
Closed
Princeimao
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since the removal of automatic
tailwind.config.js
generation in Tailwind CSS v4.0, I've encountered issues with IntelliSense functionality.Specifically:
Missing IntelliSense Suggestions: I'm not receiving the expected IntelliSense suggestions (class names, variants, etc.) within my HTML/JSX files.
Manual Configuration Required: To regain full IntelliSense functionality, I need to manually create and configure the tailwind.config.js file with the correct paths and options.
Request:
I request that the Tailwind CSS team investigate and address the IntelliSense issues that arise after the removal of automatic
tailwind.config.js
generation.Possible Solutions:
tailwind.config.js
for optimal IntelliSense support as in older versions of Tailwind, the configuration file and its setup were often included in the documentation, but this information seems less prominent or missing in the current v4.0 documentation.This issue focuses specifically on the IntelliSense problem, making it concise and to the point. I hope this refined version is helpful!
Beta Was this translation helpful? Give feedback.
All reactions