Skip to content

Something is breaking the intellisense from working in VSCODE #1406

@urphasin

Description

@urphasin

What version of VS Code are you using?

1.100.3

What version of Tailwind CSS IntelliSense are you using?

0.14.21

What version of Tailwind CSS are you using?

V4.1.8

What package manager are you using?

NPM

What operating system are you using?

For example: Linux Lubuntu

Tailwind config

Tailwind V4 doesnt use CONFIG FILES

VS Code settings

{
  "liveServer.settings.donotVerifyTags": true,
  "workbench.startupEditor": "none",
  "C_Cpp.files.exclude": {
    "**/.vscode": true,
    "**/.vs": true
  },
  "C_Cpp.default.cStandard": "c23",
  "cmake.configureOnOpen": true,
  "editor.fontWeight": "normal",
  "cmake.showOptionsMovedNotification": false,
  "git.autofetch": true,
  "redhat.telemetry.enabled": true,
  "dotnet.codeLens.enableReferencesCodeLens": false,
  "tabnine.experimentalAutoImports": true,
  "emmet.includeLanguages": {
    "javascript": "javascriptreact"
  },
  "workbench.iconTheme": "material-icon-theme",
  "workbench.settings.applyToAllProfiles": [],
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnType": true,
  "[c]": {
    "editor.defaultFormatter": "ms-vscode.cpptools"
  },
  "[cpp]": {
    "editor.defaultFormatter": "ms-vscode.cpptools"
  },
  "files.autoSave": "afterDelay",
  "[css]": {
    "editor.defaultFormatter": "vscode.css-language-features"
  },
  "editor.linkedEditing": true,
  "prettier.jsxSingleQuote": true,
  "editor.stickyScroll.enabled": false,
  "multiCommand.commands": [
    {
      "command": "extension.insertSpacesWithoutMovingCursor",
      "sequence": [
        {
          "command": "type",
          "args": { "text": " " }
        },
        "cursorLeft"
      ]
    }
  ],
  "[php]": {
    "editor.defaultFormatter": "DEVSENSE.phptools-vscode"
  },
  "terminal.integrated.defaultProfile.windows": "PowerShell",
  "code-runner.runInTerminal": true,
  "terminal.explorerKind": "both",
  "editor.indentSize": "tabSize",
"C_Cpp.default.cppStandard": "c++23",
  "vsicons.dontShowNewVersionMessage": true,
  "[python]": {
    "editor.defaultFormatter": "ms-python.black-formatter"
  },
  "makefile.configureOnOpen": true,
  "dart.openDevTools": "flutter",
"leetcode.workspaceFolder": "C:\\Users\\Elizabeth\\.leetcode",
  "editor.minimap.enabled": false,
  "editor.detectIndentation": false,
"workbench.sideBar.location": "right",
"settingsSync.ignoredExtensions": [],
"intelephense.files.associations": [

    "*.php",
    "*.phtml"
],
"intelephense.format.enable": true,
"intelephense.format.options": {
    "tabWidth": 4,
    "printWidth": 100
},
"terminal.external.windowsExec": "C:\\Users\\o\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe",
"java.inlayHints.parameterNames.enabled": "all",
"editor.minimap.maxColumn": 80,
"diffEditor.renderSideBySideInlineBreakpoint": 80,
"prettier.printWidth": 72,
"liveServer.settings.donotShowInfoMsg": true,
"editor.fontFamily": "Montserrat,Consolas, 'Courier New', monospace",
"debug.console.fontSize": 16,
"terminal.integrated.fontSize": 16,
"haskell.manageHLS": "PATH",
"C_Cpp.suggestSnippets": false,
"git.enableSmartCommit": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"python.analysis.typeCheckingMode": "standard",
"editor.tabSize": 2,
"editor.fontSize": 15,
"github.copilot.enable": {
  "*": false,
  "css": true,
  "html": true,
  "javascript": true,
  "json": true
},
"git.confirmSync": false,
}

Reproduction URL

https://github.com/urphasin/dafun-rider

Describe your issue

Intellisense stops working completely like its not even there. The problem is from the index.css file I just know it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions