Are there any Tailwind autocomplete packages that allow you to use custom prefixes with the classes? For instance, in my Tailwind config, I can have prefix: 'tw-'
and then the generated classes will be like tw-text-lg
instead of the default text-lg
.
So I’d like an autocomplete package that automatically adds the prefix to the classes.