-
Notifications
You must be signed in to change notification settings - Fork 215
feature: add showColorEquivalents #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This feature will be really cool to have, that make someone working much efficient. |
783df3e
to
8eb2a23
Compare
@bradlc anything that needs to be done to get this released? This would be a lifesaver to have 👍 Happy to help! |
I literally looked up this repo to open an issue regarding this. Glad to see it already in the works. @bradlc Anyway we could get this released? |
+1 would love to have this |
Any update on this feature? |
1 similar comment
Any update on this feature? |
I agree with the previous commentators. It would be very helpful if this PR could be merged. |
+1 just what I need |
+1 |
Resolved as part of merging #831. This feature is currently always on but we may add an option to toggle it in the future. |
I'm not seeing hex equivalents, is there a setting I need to enable? I'm using v0.10.5 |
Hex format color is widely common use, but the tailwindcss-intellisense was just linting the rgba format color. The UI design often offers hex color, so it's tedious to give it a check to our color preset. With
showColorEquivalents
, the completion and hover tips will show the hex color as well.