-
-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] add autocompletion for props in <template> for imported components #1960
Closed
3 tasks done
Labels
Comments
It's available now. |
Yeah, sorry, seems like wrong import configuration from my side |
But then i would still leave second part of my suggestion as a feature request to mark if component is missing some required properties @octref |
I need some help, I want to get the autocomplete like the picture above, but I can only see
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice to have autocompletion feature for props for imported components and add required props by default
some-component.vue
another-component.vue
here would be nice to have suggestion about possible props, or even better - add required props by default
The text was updated successfully, but these errors were encountered: