-
Notifications
You must be signed in to change notification settings - Fork 6k
Labels
language serverAn umbrella label for all language serversAn umbrella label for all language serverstailwind cssTailwind CSS styling framework supportTailwind CSS styling framework support
Description
Summary
When editing tailwind classnames, the suggestion box causes a significant delay.
Video
Kapture.2025-08-15.at.06.47.47.mp4
Snippet
```tsx export function Hello() { returnhello
;
}
```
Description
When I edit the classnames of a React component in a project that uses tailwind, certain keywords appear to freeze the UI while the suggestions are created. I have turned off AI autocomplete. In the attached video, I'm pressing 0 constantly during the hang. You'll see the first zero, then the hang, and then the rest of the zeroes once the UI becomes responsive again.
Steps to reproduce:
- In a [nextjs? project that includes tailwind]... create a react component
- In the classname of that component, write a classname that involves a breakpoint modifier
- Enter a pixel value
Expected Behavior: The traditional Zed snappiness
Actual Behavior: A ~2s freeze on the UI
Zed Version and System Specs
Zed: v0.199.6 (Zed)
OS: macOS 15.5.0
Memory: 16 GiB
Architecture: aarch64
Metadata
Metadata
Assignees
Labels
language serverAn umbrella label for all language serversAn umbrella label for all language serverstailwind cssTailwind CSS styling framework supportTailwind CSS styling framework support