Skip to content

Some recommendations are not showing up #1433

@REGEX777

Description

@REGEX777

What version of VS Code are you using?
1.103.1
For example: v1.78.2

What version of Tailwind CSS IntelliSense are you using?
0.14.26
For example: v0.7.0

What version of Tailwind CSS are you using?
4.1.12
For example: v2.0.4

What package manager are you using?
npm
For example: npm, yarn

What operating system are you using?
Windows
For example: macOS, Windows

Tailwind CSS Stylesheet (v4) or config file (v3)

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@import "tailwindcss";



@theme {
  --font-sourcesans: "Source Sans 3", "sans-serif"; 
}

VS Code settings

{
    "workbench.colorTheme": "Night Owl",
    "workbench.iconTheme": "icons",
    "github.copilot.enable": {
        "*": false,
        "plaintext": false,
        "markdown": false,
        "scminput": false
    },
    "terminal.integrated.defaultProfile.windows": "Git Bash",
    "remote.SSH.remotePlatform": {
        "-": "linux"
    },
    "javascript.updateImportsOnFileMove.enabled": "always"
}

Reproduction URL
https://github.com/REGEX777/intellisense_reprod
A public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways.

Describe your issue

Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead

I created a new project and when I try to use some of the tailwind class for example "text-red-500" that particular recommendation does not show up.

There are classes that are recommended but not all, as clearly demonstrated in the video.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions