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
Wingman case splits (which are amazing) often introduce many constructors that are not imported yet. Often one wants to do a wildcard import of all constructors, but the quick fix for imports only adds one constructor at a time to the import list. (Example: Add MyDataType(MyFirstConstructor) to the import list...) Quite often I just quick fix once, scroll up to the imports, and replace with .., which disrupts the flow of development. It would be nice to have a second quick fix option to add all constructors to the import list. (Example: Add MyDataType(..) to the import list...)
As always, apologies if I missed an existing issue for this, and thanks for the wonderful project.
The text was updated successfully, but these errors were encountered:
Wingman case splits (which are amazing) often introduce many constructors that are not imported yet. Often one wants to do a wildcard import of all constructors, but the quick fix for imports only adds one constructor at a time to the import list. (Example:
Add MyDataType(MyFirstConstructor) to the import list...
) Quite often I just quick fix once, scroll up to the imports, and replace with..
, which disrupts the flow of development. It would be nice to have a second quick fix option to add all constructors to the import list. (Example:Add MyDataType(..) to the import list...
)As always, apologies if I missed an existing issue for this, and thanks for the wonderful project.
The text was updated successfully, but these errors were encountered: