tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.74k stars 183 forks source link

Auto-complete is not working thats tailwind intellisense is not working #952

Closed Soundaryas123 closed 2 months ago

Soundaryas123 commented 2 months ago

What version of VS Code are you using?

Version: 1.88.1

What version of Tailwind CSS IntelliSense are you using?

v0.11.61

What version of Tailwind CSS are you using?

v3.4.3

What package manager are you using?

npm

What operating system are you using?

Windows

Tailwind config

js

// Paste the contents of your Tailwind config file here

/* @type {import('tailwindcss').Config} / export default { content: [ "./index.html", "./src/*/.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }

// Paste your VS Code settings in JSON format here



**Reproduction URL**

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.

Iam using tailwind in react application so downloaded react intellisense while adding tailwind classes to the class of react elements intelisense is not working.

![image](https://github.com/tailwindlabs/tailwindcss-intellisense/assets/104217587/75bbb535-7524-4ea9-84d8-c753c811ff21)
krspra commented 2 months ago

it's not working at all

thecrypticace commented 2 months ago

I'm not seeing any issues with the latest version of Tailwind CSS alongside the pre-release extension on VSCode 1.88.1 on Windows. If you can provide a repo I can clone for a reproduction I'll take another look. Thanks!