IntelliJ reorganizes imports

Answered

Hello,

   When I hit 'Ctrl + Shift + O' in IntelliJ it removes unused imports but also reorder imports that messes up code reviews etc. How do I prevent it from reordering imports?

3 comments
Comment actions Permalink

You can't optimize imports without reordering them, it's the same action.

0
Comment actions Permalink

In that case how do I control the order?

0

Please sign in to leave a comment.