Red Squiggles Around Non Existent Imports in IDE

I’d like some red squiggles around imports if they won’t work in the IDE rather than waiting till runtime.

For example

from enum import Enum

Would have red underline squiggles telling me that this module doesn’t exist.

2 Likes