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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
In slim files (haml-like for embedded ruby), I have the LSP completion working allright when I write div class="sometailwindclass...", but it's not triggered when writing div.sometailwindclass....
I tried to add some custom extension to trigger completion after typing "." but I'm not sure how to get it work. I'm not even sure that it's the purpose of extensions.
For now I'm just trying to modify the example from the readme, with no result.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In slim files (haml-like for embedded ruby), I have the LSP completion working allright when I write
div class="sometailwindclass..."
, but it's not triggered when writingdiv.sometailwindclass...
.I tried to add some custom extension to trigger completion after typing "." but I'm not sure how to get it work. I'm not even sure that it's the purpose of extensions.
For now I'm just trying to modify the example from the readme, with no result.
Here's the config :
Still works with
class="..."
, but not withcustomword="..."
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions