1
Vote

Provide smart tags for dot-separated identifier chains

description

E.g. user types "os.path" without either one being imported - we should show a smart tag for the whole thing, with "import os.path" as an action.

comments