I am using Intellij Ultimate 2019.1 and very often when I hit alt+enter
to add an import one some class some.package.SomeClass
it adds import some.package.*
instead of import some.package.SomeClass
.
I was wondering if there is an option to have Intellij adding only single class imports.
Thank you for your attention.