Excluding Classes from Auto-ImportOn this page:IntroductionConfiguring importsExcluding classes from importsIntroductionThe list of imports suggested by IntelliJ IDEA can be sometimes far too wide, and can include the classes you don't actually need. For example, some of the class names in your project can match the names of internal SDK or unrelated library classes.IntelliJ IDEA lets you config..