I have file email.php where I have markup and declaration of class email_db which I never used in another place. But when I use autocomplete when I try type empty by 2 first letters em I often see this class as suggestion.
Is it possible to ignore some class names from code complete feature?
Configuring imports **To configure classes to be excluded from import
Original Link: https://www.jetbrains.com/help/idea/excluding-classes-from-auto-import.html
Hope this helps.
No, there's no option for that. The only thing you can try - is to move the file with class declaration to a folder marked "excluded".