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

Organize imports enhancements #27

Open
2 of 5 tasks
keskiju opened this issue Jan 12, 2016 · 5 comments
Open
2 of 5 tasks

Organize imports enhancements #27

keskiju opened this issue Jan 12, 2016 · 5 comments

Comments

@keskiju
Copy link
Owner

keskiju commented Jan 12, 2016

  • Grouping imports by sun/google conventions (currently organized alphabetically)
  • Import all missing classes and remove unused imports while organizing imports
  • Import copied classes after copy-paste from another file
  • Fold all imports
  • Setting to turn off folding
@keskiju keskiju changed the title Grouping imports by sun/google conventions Organize imports enhancements Jan 24, 2016
@noseglid
Copy link

Is there a way to turn of folding?

(btw: thanks for your work on this package! very nice)

@keskiju
Copy link
Owner Author

keskiju commented Mar 1, 2016

You cannot turn off folding in the current version, but I'll add a package setting for that later.

@keskiju
Copy link
Owner Author

keskiju commented Mar 2, 2016

Implemented a setting to turn off folding

@noseglid
Copy link

noseglid commented Mar 2, 2016

👍 Thanks for super quick response!

@ghost
Copy link

ghost commented May 9, 2017

Don't want to open a separate issue for this since it kinda fits here:
Import organization doesn't take whatever is on the first two lines into account. It simply inserts the imports on top of the file (the third line, respectively) which is a huge problem if there's something like a license boilerplate already:

image

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

No branches or pull requests

2 participants