Webstorm (intelisense) seems to not work correctly with variants and slots
Willienn opened this issue · 1 comments
Willienn commented
Describe the bug
Webstorm (intelisense) sometimes warn about "code duplicate?" when isn't the case.
(My webstorm is with the default settings aside of the theme and plugins)
To Reproduce
When using variants:
Just add a variant that overwrite the value of base
When use slots:
Just add a slot that contain the style of another slots. Its not always the case, like its warning about aspect-square
but not for bg-red-500
Expected behavior
Dont warn about i
Screenshots
Desktop (please complete the following information):
- OS: macOS Sonoma 14.4.1
- Browser Thorium
- Version 21.0.6167.204 (Official Build) (x86_64)
Additional context
My classRegex:
"classRegex": [
"tv\\(([^)(]*(?:\\([^)(]*(?:\\([^)(]*(?:\\([^)(]*\\)[^)(]*)*\\)[^)(]*)*\\)[^)(]*)*)\\)",
"\"(.*?)\""
]