Skip to content

IntelliSense not working after 0.14.14 update — still broken in 0.14.15 #1309

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

Open
msOvenice opened this issue Apr 11, 2025 · 1 comment
Open
Assignees
Labels
question Further information is requested

Comments

@msOvenice
Copy link

msOvenice commented Apr 11, 2025

What version of VS Code are you using?

v1.98

What version of Tailwind CSS IntelliSense are you using?

v0.14.15, but now return to v0.14.13

What version of Tailwind CSS are you using?

v4.0.14

What package manager are you using?

npm

What operating system are you using?

Windows

Tailwind config

In new version we don't have tailwind.config.js

VS Code settings

{
    "[scss]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[html]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[css]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[typescriptreact]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[typescript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[json]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "liveSassCompile.settings.excludeList": [
        "/**/node_modules/**",
        "/.vscode/**",
        "/wp-admin/**",
        "/**/plugins/**"
    ],
    "editor.unicodeHighlight.allowedCharacters": {
        "ס": true,
        "ט": true,
        "ו": true
    },
    "liveSassCompile.settings.generateMap": true,
    "liveSassCompile.settings.formats": [

        {
            "format": "expanded",
            "extensionName": ".css",
            "savePath": null,
            "savePathReplacementPairs": null
        }
    ],
    "tabnine.experimentalAutoImports": true,
    "[php]": {
        "editor.defaultFormatter": "DEVSENSE.phptools-vscode"
    },
    "beautify.config": "",
    "liveSassCompile.settings.forceBaseDirectory": "wp-content/themes/gan-hamada/assets/styles",
    "window.zoomLevel": 1,
    "yaml.schemas": {
        "file:///c%3A/Users/airfi/.vscode/extensions/atlassian.atlascode-3.4.23/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
    },
    "workbench.colorTheme": "325c5d4d-5614-4c58-b296-18924f2f6928",
    "terminal.integrated.stickyScroll.enabled": true,
    "workbench.tree.enableStickyScroll": false,
    "solidity.telemetry": true,
    "tailwindcss-intellisense.trace.server": "verbose",
    "tailwindCSS.emmetCompletions": true,
    "tailwindCSS.experimental.classRegex": [],
    "tailwindCSS.includeLanguages": {
        "html": "html",
        "javascript": "javascript",
        "typescript": "typescript",
        "jsx": "javascriptreact",
        "tsx": "typescriptreact",
        "vue": "html",
        "blade": "html",
        "php": "html",
        "plaintext": "html"
    }
}

Reproduction URL

I can't do this, it's a private repo

Describe your issue

After updating the Tailwind CSS IntelliSense extension to v0.14.14, IntelliSense stopped working completely in .php, .html files. No class name suggestions are provided.

I updated to v0.14.15, hoping it would resolve the issue, but the behavior remains the same.

Things I tried:

  • Reloading VS Code
  • Reinstalling the extension
  • Deleting .vscode and node_modules

Confirmed that Tailwind CSS is working in the frontend (classes are being applied correctly)

@thecrypticace
Copy link
Contributor

Can you provide the output from the "Tailwind CSS: Show Output" command please?

@thecrypticace thecrypticace added the question Further information is requested label Apr 11, 2025
@thecrypticace thecrypticace self-assigned this Apr 11, 2025
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

2 participants