jaredh159 / tailwind-react-native-classnames

simple, expressive API for tailwindcss + react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode, Webstorm Intellisense issue

themuuln opened this issue · comments

I have integrated the Tailwind CSS configurations into both my VSCode and WebStorm JSON settings. However, I encountered an issue with the IntelliSense functionality, which seems to be not working.

// ...
"tailwindCSS.classAttributes": [
    // ...
    "style"
],
"tailwindCSS.experimental.classRegex": [
    "tw`([^`]*)",
    ["tw.style\\(([^)]*)\\)", "'([^']*)'"]
]

hi, thanks for the issue. please see the below thread, i'd like to keep all discussion of editor integration in that discussion.

#124