[IntelliSense] : auto suggestion classnames when typing on object #14197
Closed
phatnguyen2009
started this conversation in
Ideas
Replies: 1 comment
-
Try "tailwindCSS.experimental.classRegex": [
"classIcon\\s*:\\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 have object like this :
const myTestObject = { classIcon: 'bg-red-500 ', // Try typing here to see if suggestions appear };
and I setting tailwind config in setting.json in vscode :
"tailwindCSS.experimental.classRegex": [ ["classIcon\\s*:\\s*[\"'
]([^"']*)", "g"] ],
but it not working ?
Beta Was this translation helpful? Give feedback.
All reactions