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

How can I configure IntelliSense autocomplete on WebStorm? #74

Open
benfiratkaya opened this issue Aug 2, 2022 · 3 comments
Open

How can I configure IntelliSense autocomplete on WebStorm? #74

benfiratkaya opened this issue Aug 2, 2022 · 3 comments
Labels
question Further information is requested

Comments

@benfiratkaya
Copy link

Hello,
How can I configure IntelliSense autocomplete on WebStorm?

@MathiasGilson MathiasGilson added the question Further information is requested label Sep 7, 2022
@sssssstyx
Copy link

The same problem keeps confusing me for quite a long time... Waiting for a great solution!
I have only seen this https://youtrack.jetbrains.com/issue/WEB-48505/Tailwind-CSS-regex-support-custom-class-name-completion-contexts

@jpcmf
Copy link

jpcmf commented May 17, 2023

Waiting for this too! +1

@dstiq
Copy link

dstiq commented Aug 12, 2024

Webstorm 2024.1.5
Languages & Frameworks > Style Sheets > Tailwind CSS
Add two properties - typescript, typescriptreact

  "includeLanguages": {
    "typescript": "javascript", 
    "typescriptreact": "javascript"

add theese classRegex

  "experimental": {
    "classRegex": [
      "tw`([^`]*)", 
      "tw\\.[^`]+`([^`]*)`",
      "tw\\(.*?\\).*?`([^`]*)"
    ]
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants