-
Notifications
You must be signed in to change notification settings - Fork 195
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
intelliSense not working #1067
Comments
this is the user settings.json file. { |
@ShaquibKhanhub The latest version is 0.13.44, is there any reasons you're not using the latest version? |
Oh that's really weird, I checked https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss and it says 0.13.44, guess there's something wrong going on here |
I'm facing this issue from past six month you can say when the version was 0.11 something and this extension is in auto update and yesterday only i have uninstall the extension and reinstall it. |
Yup i tried to uninstall my vscode and reinstall but it's still not working i thought there something wrong with the vscode and also uninstall my several extension that might be colliding with the tailwind intellisense but still not working I'm not getting any suggestions and when i hover over any classes it's also not showing the class details. |
The latest stable version is 0.12.x — 0.13.x is a pre-release. As a convention most VSCode extensions use odd version numbers for pre-releases and even ones for stable releases. There's little difference between the two at the moment though. |
@ShaquibKhanhub Can you provide logs for your project? Open the command palette and run "Tailwind CSS: Show Output"? |
as earlier I have said that I'm facing this issue from past 6 months and for the 0.13v I'm currently using this version but still not working. |
@thecrypticace showing this I thing there's something wrong . Locating server… |
@thecrypticace thanks it's working now i just add these code configuration inside my settings.json . "tailwindCSS.projects": [ |
"tailwindCSS.projects": [
{
"folder": "./",
"config": "./tailwind.config.js"
}
]
it looks doesn't exists. |
thank you but now the extension is finally working. |
Type: Bug
it's been a very long time since this extention not working when im using tailwindcss in my projects it's not giving any class suggestion tailwind.congif file is correct and also the index.css file but still it's not working
Extension version: 0.12.11
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: