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 to config vscode to show autocomplete #17

Closed
agileago opened this issue Feb 17, 2023 · 2 comments
Closed

how to config vscode to show autocomplete #17

agileago opened this issue Feb 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@agileago
Copy link

there is no autocomplete suggestion

image

@agileago agileago added the bug Something isn't working label Feb 17, 2023
@jrgarciadev
Copy link
Member

Hey @agileago did you add this configuration to your vscode settings.json ?

{
  "tailwindCSS.experimental.classRegex": [
    ["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
  ]
}

Here's you can find more details: https://www.tailwind-variants.org/docs/getting-started#intellisense-setup-optional

@agileago
Copy link
Author

image

perfect !! thanks for your work !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants