Replies: 2 comments 1 reply
-
can you make a minimal reproduction of your issue ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having a hard time creating a stable reproduction of this, essentially it's not a direct problem with panda, but rather the complexity of the panda types that makes IDE support for typescript a bit confusing and slow, and I've recorded a video of it. I recorded a video. Taking colors as an example, the first time I completed the color list it was only the name, and I had to backspace->trigger autocomplete and some other confusing actions to find "all" symbols. 2024-01-25.19.14.03.mov |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the extremely complex inference expressions on which the panda CSS properties depend, most of the time, the props autocompletion is only half-functional. Since panda relies on static code generation, I believe it is necessary to generate flat and explicit types. This will enable the IDE to work smoothly.
Beta Was this translation helpful? Give feedback.
All reactions