Chakra Prop autocomplete/autosuggest not working #9643
Replies: 7 comments 8 replies
-
Edit: I downgraded chakra version to 2.10.5 and autocomplete started working in webstorm |
Beta Was this translation helpful? Give feedback.
-
I can't reproduce this as it works on my machine. |
Beta Was this translation helpful? Give feedback.
-
I have this problem with WebStorm (2024.3.2.1) also, using Chakra UI v3.8.0. Here's what I have: |
Beta Was this translation helpful? Give feedback.
-
🔍 Issue:After updating to the latest version, some Chakra UI components that were previously single elements (e.g., While older components still work fine, the new ones (like <Drawer.Root>) do not expose the expected props (open, placement, onClose, etc.). Instead, VS Code IntelliSense suggests unrelated or incorrect props. 💡 Expected Behavior:
🛠 What I’ve Tried:Checked the Chakra UI docs for breaking changes. 🚨 Current Issue:Despite these steps, the props for Any guidance or fixes would be appreciated! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Same here (macOS). Many of the components doesn't have autocomplete in Webstorm. |
Beta Was this translation helpful? Give feedback.
-
@segunadebayo Any updates on this? Webstorm 2024.3.6 |
Beta Was this translation helpful? Give feedback.
-
I have same issue in Webstorm/IntelliJ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When I type props for a component, I expect the intellisense to autocomplete the props, but that does not happen
Link to Reproduction
https://stackblitz.com/edit/chakra-ui-v3-judchzs7?file=src%2FApp.tsx
Steps to reproduce
Chakra UI Version
Browser
Google Chrome
Operating System
Additional Information
Note: with the original stackblitz example with chakra 3.0.0, it was working fine.Tested it locally, might just be problem with my webstorm
repro on my local (webstorm not working, vscode working):
Screen.Recording.2025-02-09.045518.mp4
Beta Was this translation helpful? Give feedback.
All reactions