[IntelliSense] Allow enabling TailwindCSS IntelliSense without a tailwind.config.js file #12315
matthewmueller
started this conversation in
Ideas
Replies: 1 comment
-
I'm having the same issue trying to use tailwind cdn on Yew (Rust). |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋
I'm working on a Tailwind-compatible compiler for the Go language. I was hoping to be able to use the Intellisense plugin for VSCode, but I noticed:
In this case, I'd like users to not be required to create a tailwind.config.js file, rather it's an optional enhancement. I was wondering if you could provide a setting that just always enables it? Perhaps with some internal, basic default config? This is also similar to how Typescript's VSCode plugin works, where
tsconfig.json
is an optional, helpful enhancement.I could also see this being useful for users that just want to get up & running with an index.html and Tailwind inside their editor, without fussing around with NPM and config files.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions