-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Disable class hover #90
Comments
Can this be done in VSCode / Tailwind language server? It would be neat if we can make this configurable. That would mean all options supported in VSCode are supported here as well. If VSCode doesn’t have an option for this, we can’t support it either. monaco-tailwindcss/src/tailwindcss.worker.ts Lines 105 to 143 in dd0917f
|
@remcohaszing This can be done in VSCode by disabling hints popup using |
Ok great! I envision the I currently don’t have the time to implement this. I’ll get to it when I get to it. In the mean time: PR welcome. |
Is there an option to remove the tooltip that shows a class CSS rules whenever it is hovered?
The text was updated successfully, but these errors were encountered: