-
Notifications
You must be signed in to change notification settings - Fork 185
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
OrganizeImports with coalesceToWildcardImportThreshold > 0 uses wildcard pattern "_" instead of "*" in Scala 3 #1894
Comments
@bjaglin Thanks for coming back to this. Yes you are right. I use I have updated the desciption, thanks for the heads up. |
@longliveenduro I am about to introduce a new configuration flag in #1896 to address that, let me know what you think |
@bjaglin That is a big PR. Where is the relevant part for this issue? |
@longliveenduro The PR is the fix for this issue, nothing more. I understand the implementation is a bit technical, so I was only asking for your feedback on the UI - namely what's documented in the first markdown file appearing in the diff. |
@bjaglin Thanks for your reply. That would do the job for me. LGTM. Thanks! |
I use
coalesceToWildcardImportThreshold
but the generated groups have the_
wildcard instead of the*
wildcard of Scala 3 which I use in my projectThe text was updated successfully, but these errors were encountered: