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
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Currently there is no way to deal with non literal constants from imported libarys as default values.
Desired solution
Extend default value form shown for @optional, @constant, and @attribute by a radio button: "library constant" and two corresponding input text fields, that are displayed if this button is checked.
First field: "module"
Second field: "declaration"
A corresponding import declaration is generated.
Is your feature request related to a problem?
Currently there is no way to deal with non literal constants from imported libarys as default values.
Desired solution
Extend default value form shown for
@optional
,@constant
, and@attribute
by a radio button: "library constant" and two corresponding input text fields, that are displayed if this button is checked.First field: "module"
Second field: "declaration"
A corresponding import declaration is generated.
Possible alternatives (optional)
No response
Screenshots (optional)
Additional Context (optional)
Subsumes the following issues:
The text was updated successfully, but these errors were encountered: