Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update intellisense docs to include intellij #26

Closed
geoctrl opened this issue Feb 5, 2024 · 3 comments
Closed

update intellisense docs to include intellij #26

geoctrl opened this issue Feb 5, 2024 · 3 comments

Comments

@geoctrl
Copy link
Contributor

geoctrl commented Feb 5, 2024

intellij is very similar to vscode, just requires some settings digging:

image

tried submitting a PR but this repo is locked down 😢

@geoctrl
Copy link
Contributor Author

geoctrl commented Feb 5, 2024

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>

@mskelton
Copy link
Collaborator

mskelton commented Feb 5, 2024

@geoctrl Why did submitting a PR not work? Did you make a fork of the repo first?

@geoctrl
Copy link
Contributor Author

geoctrl commented Feb 5, 2024

i don't do this enough 🤦 i didn't realize you can create a PR from a fork

#27

@geoctrl geoctrl closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants