tw-in-js / typescript-plugin

TypeScript language service plugin that adds IntelliSense for tailwindjs
MIT License
42 stars 6 forks source link

autocomplete fails after group expression #9

Closed danielweck closed 3 years ago

danielweck commented 3 years ago

Works fine:

Screenshot 2021-03-15 at 21 08 29

and this too:

Screenshot 2021-03-15 at 21 08 34
danielweck commented 3 years ago

..but this fails:

Screenshot 2021-03-15 at 21 08 52

...although the group located before works fine:

Screenshot 2021-03-15 at 21 08 59
danielweck commented 3 years ago

I suspect the culprit is somewhere in there?

https://github.com/tw-in-js/typescript-plugin/blob/main/src/parse.ts

sastan commented 3 years ago

I have just release a new version (0.2.0). Could try that one please.

danielweck commented 3 years ago

Fixed, well done, and thank you very much! :)