-
Notifications
You must be signed in to change notification settings - Fork 13.4k
support: WebStorm / PhpStorm no component props suggestion #23586
Copy link
Copy link
Closed
Labels
ionitron: supportcloses the issue with links to the correct resourcescloses the issue with links to the correct resources
Description
I'm going to use @ionic/vue with PhpStorm and I noticed that I'm not getting props suggestions for ionic components.
What I did:
- imported IonButton from @ionic/vue
- defined it in "components" property
- using it in template doesn't provide me any prop hints in IDE
BUT! When I remove IonButton from "components" property, I'm getting both, component (props, events) and Vue (directives, etc) suggestions.
Is there a workaround? Can this be fixed?
P.S. IonButton is just an example, the same behavior I see for all other Ionic components.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ionitron: supportcloses the issue with links to the correct resourcescloses the issue with links to the correct resources

