We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is it possible to set import statements with full path instead of wildcard pattern ?
instead of
import java.util.*
use import java.util.Map import java.util.List ...