In our current implementation of Organize Imports, missing import is not added, it only reorganizes existing ones and removes unnecessary ones. I am currently working on an improved version, and adding missing imports is also on my agenda.
In the meantime, we already have quickfix, which you can use to import one missing import.
source
share