You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dart web project(using jaspr framework).
When I used dart_frog everything worked fine because I served regular HTML with class attribute.
But jaspr using classes for representing the UI and then renders it to the client. So basically it looks like this inside my dart files.
svg(classes:'size-6')
So I use regex but its not working.
I know other people using exactly the same configs in VSCode and its working.
Any help?
The text was updated successfully, but these errors were encountered:
moshe5745
changed the title
Intellisense not in html syntax
Intellisense with regex not working
Nov 5, 2024
What version of VS Code are you using?
WebStorm 2024.2.4
What version of Tailwind CSS IntelliSense are you using?
v0.0.26
What version of Tailwind CSS are you using?
v3.4.14
What package manager are you using?
pub
What operating system are you using?
macOS
Tailwind config
tailwind-intellisense-settings
Describe your issue
I have a dart web project(using jaspr framework).
When I used dart_frog everything worked fine because I served regular HTML with class attribute.
But jaspr using classes for representing the UI and then renders it to the client. So basically it looks like this inside my dart files.
So I use regex but its not working.
I know other people using exactly the same configs in VSCode and its working.
Any help?
The text was updated successfully, but these errors were encountered: