The automated import functionality is pretty straightforward. Simply place the cursor over the element to import and issue the command:
:ScalaImport
and one of the following events will occur:
Note
Like the scala-ide (as of the time of this writting), imports are simply appended to the end of your file's import block. There is no attempt made to sort or group imports.