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
When developing code, often we first write some parts and later we "fill them in" with implementations, one example is method parameters, would be great if one could just write the name of the method parameter, and then have a contextual action to create the parameter of the specified type, with maybe for now just the option as a local binding, maybe it could be adjusted to provide more options:
Local binding (within the same scope)
upper scope binding (module or global if a script..)
example
generate a code suggestion here / action , to generate the non existing local binding for the parameter
Checklist
I have looked through existing issues to make sure that this feature has not been requested before
I have provided a descriptive title for this issue
I am aware that even valid feature requests may be rejected if they do not align with the project's goals
I or my company would be willing to contribute this feature
The text was updated successfully, but these errors were encountered:
Details
When developing code, often we first write some parts and later we "fill them in" with implementations, one example is method parameters, would be great if one could just write the name of the method parameter, and then have a contextual action to create the parameter of the specified type, with maybe for now just the option as a local binding, maybe it could be adjusted to provide more options:
example
generate a code suggestion here / action , to generate the non existing local binding for the parameter
Checklist
The text was updated successfully, but these errors were encountered: