Replies: 6 comments
-
Beta Was this translation helpful? Give feedback.
-
this looks like a WebStorm specific issue, as Panda just use Typescript to get autocomplete suggestions |
Beta Was this translation helpful? Give feedback.
-
Not sure, we also have a failing renovate PR for React types: #1719 |
Beta Was this translation helpful? Give feedback.
-
I agree with @astahmer; this seems to be a Webstorm-specific issue. It works just fine in VSCode and StackBlitz ![]() |
Beta Was this translation helpful? Give feedback.
-
The failing PR has nothing to do with this issue. It's mostly related to the next.js link |
Beta Was this translation helpful? Give feedback.
-
I reached out to JetBrains support with another but similar issue. They told me I should track this issue and it's release is a "matter of weeks". I think it may fix this issue as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Having the following code:
Button3
has an intellisense ONLY for the panda properties (fontWeight
,css
, etc.), but not for the HTML properties (type
,aria-*
, etc.):However, despite this, I still can't put arbitrary values to the HTML properties:

Button1
andButton2
work as expected:The problem appears in WebStorm, when StackBlitz (Monaco/VSCode) looks fine.
Link to Reproduction
https://stackblitz.com/edit/panda-intellisense?file=app%2Fbutton.tsx
Steps to reproduce
The repro is a basic Next.js application with just Panda and Ark installed.
app/button.tsx
Ctrl+Space
forButton3
JS Framework
React (TS)
Panda CSS Version
0.20.1
Browser
N/A
Operating System
Additional Information
WebStorm 2023.2.5
Honestly, I don't know if I should address this issue here or to WebStorm (or maybe even to Ark). Let's start here.
Beta Was this translation helpful? Give feedback.
All reactions