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've noticed that the Tailwind CSS completions for text- and bg- are quite different when completing classes in an ERB class hash key than they are when completing classes in an HTML element class attribute.
In this screenshot (using the index.html.erb file in the extension's Sample Files folder), the completions for bg-gray are what I would expect:
However, in this screenshot, the completions don't seem to have any particular order and don't list the bg-gray completions first:
Another example is completing m-. Completions are shown for m and for m- when completing in an HTML class attribute:
When completing m- in an ERB class hash key, the completions are shown for m:
but disappear for m-:
Just wondering if this behaviour is a bug or if there is some reason for it?
I'm using Nova 9.4 with version 4.3 of the extension.
The text was updated successfully, but these errors were encountered:
This is the same with blade files. for time being I would suggest not using the dash - in your fuzzy search only alphanumeric . I have been using this workaround myself until it gets sorted 👀
Your welcome @jeffreymorganio! I'm happy to hear you are finding the extension useful and I apologize for taking so long to respond.
This is likely related to issue #35. I haven't had time to research how this extension may benefit from recent changes Panic has made to parsing files in Nova. As soon as I have some free time to work on this, I will try to push an update addressing these issues.
Hi,
Great extension! Thank you 😊
I've noticed that the Tailwind CSS completions for
text-
andbg-
are quite different when completing classes in an ERB class hash key than they are when completing classes in an HTML element class attribute.In this screenshot (using the
index.html.erb
file in the extension'sSample Files
folder), the completions forbg-gray
are what I would expect:However, in this screenshot, the completions don't seem to have any particular order and don't list the
bg-gray
completions first:Another example is completing
m-
. Completions are shown form
and form-
when completing in an HTML class attribute:When completing
m-
in an ERB class hash key, the completions are shown form
:but disappear for
m-
:Just wondering if this behaviour is a bug or if there is some reason for it?
I'm using Nova 9.4 with version 4.3 of the extension.
The text was updated successfully, but these errors were encountered: