Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use a IntelliJ Imports Organizer from Aaron Davidson to help you organize the imports in your code.  Configure it under Preferences / Editor / Code Style / Scala Imports Organizer with:

import java.*
import javax.*
import scala.*
import *

...

 It can be configured to match the import ordering from the style guide.