Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Quick fix to add all constructors to the import list #2734

Closed
ejconlon opened this issue Feb 22, 2022 · 1 comment
Closed

Feature: Quick fix to add all constructors to the import list #2734

ejconlon opened this issue Feb 22, 2022 · 1 comment
Labels

Comments

@ejconlon
Copy link

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.

@July541
Copy link
Collaborator

July541 commented Mar 19, 2022

We can close it if no more work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants