This intention allows to add or remove an alias from an import element, renaming references accordingly. Works both for
import ... as ...
and
from ... import ... as
statements.