You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because as there is no trigger character for it now you can only type the first character to get completion, so you need to know at least something about the possible props.
The text was updated successfully, but these errors were encountered:
If I type the first letter of a valid prop name, I get this, which is great:
If I do not know the valid prop names and would like to see a list of them, I type Ctrl-Space and get
which is not what I would have expected.
Compare with what I get in TypeScript when I press Ctrl-Space in the same situation (different project and different component, but you can see that I get the list of props on top):
Because as there is no trigger character for it now you can only type the first character to get completion, so you need to know at least something about the possible props.
The text was updated successfully, but these errors were encountered: