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 Request: organize imports with the asterisk (*) wildcard character #964

Closed
xdango opened this issue Jun 24, 2019 · 1 comment · Fixed by #1374
Closed

Feature Request: organize imports with the asterisk (*) wildcard character #964

xdango opened this issue Jun 24, 2019 · 1 comment · Fixed by #1374

Comments

@xdango
Copy link

xdango commented Jun 24, 2019

It would be great to organize imports from same package with a single asterisk (*), which makes the import section a little shorter.

In eclipse, there are two settings related to this feature:

  1. number of imports needed for .* (e.g. org.eclipse.*)
  2. number of static imports needed for .* (e.g. java.lang.Math.*)

Unfortunately, these options are not available in the eclipse formatter xml file (available options).

@rafaelrenanpacheco
Copy link
Contributor

That would be a nice feature, it is the default behavior in IntelliJ.

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

Successfully merging a pull request may close this issue.

4 participants