update intellisense docs to include intellij
geoctrl opened this issue · 3 comments
geoctrl commented
geoctrl commented
or you guys can add it in yourselves 🤷
// add IntelliJ tab:
<Tabs items={['VSCode', 'Neovim', 'IntelliJ']}>
// add tab
<Tab>
If you are using **IntelliJ** and the [**Tailwind CSS Plugin**](https://plugins.jetbrains.com/plugin/15321-tailwind-css), go to **settings** -> **Languages & Frameworks** -> **Style Sheets** -> **Tailwind CSS** and add the following to the configuration.
```json copy
"experimental": {
"configFile": null,
"classRegex": [
["tv\\((([^()]*|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
]
}
```
</Tab>