[IntelliSense] autocomplete and preview for inline ruby (erb) #12838
ShadowCrafter011
started this conversation in
Ideas
Replies: 2 comments
-
You could try configuring the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This worked for me: "tailwindCSS.experimental.classRegex": ["class:\\s*\"([^\"]*)\"", "class:\\s*'([^']*)'"], |
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.
-
I really like the autocomplete and css preview on html classes. But I am using Ruby on Rails and hence my html files are erb. The autocomplete and preview work very well on html classes but if I create html elements with embeded ruby it does not work.
Here is an example
The preview and autocomplete work on
w-full
but not onbg-white
.It would be nice if that feature could be added for
.html.erb
files.Beta Was this translation helpful? Give feedback.
All reactions