Reputation: 143
IDEA version : 2019.3.1 x64
I know Settings | Code Style | Java | Imports, but not found where close;
I don't like idea auto change original import order. how to close IDEA self-assertion function.Thanks!
Upvotes: 3
Views: 805
Reputation: 9624
in Settings > General > Auto Import
uncheck Optimize imports on the fly
. Also while reformatting, you may disable it by unchecking Optimize Imports
in Reformat Code Dialog.
Upvotes: 4