How to have property hints in editor for globally registered components? #1369
Unanswered
iliubinskii
asked this question in
Q&A
Replies: 1 comment
-
It's possible. 1 - Configure User Snippets
2- Set snippets file.
3 - You can reach it by writing mycomp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The hints in Visual Studio Code look like this:

There is a list of properties and also description for each property.
When I register my components locally, I get the list, but I don't know how to add description.
However, if I register component globally:
I loose the list of properties.
On my screenshot I show quasar component that is registered globally and it has property hints.
How can I do the same for my components?
Beta Was this translation helpful? Give feedback.
All reactions