0.0.4
Updated to new Quasar structure
How to Update
Reinstall or change version in package.json and rerun yarn/npm. Then runquasar run ide-helper generate
again
New Features:
-
Hints for props with only specific values (enums) - this is kinda hacky so it also creates new artificial argument 😄 but it sure is helpful.
-
Event completion - events are generated as "fake" props (this is the only way I can convince idea to complete them right now)
-
Directives now have type comments on values and their descriptions. They also hint you the value where possible in similar way as enum props.
-
Type Completion for Object parameters. This is especially helpful for prototype injections.