Files
openide/python/python-psi-impl/resources/intentionDescriptions/ImportToggleAliasIntention/description.html
Semyon Proshev cb8716794e Update python intentions' descriptions (PY-48274)
GitOrigin-RevId: 2bd596ec3f37c94303661b2aa416970aafc03ab6
2021-04-30 11:55:25 +00:00

14 lines
362 B
HTML

<html>
<body>
<span>
Allows to add or remove an alias from an import element, renaming references accordingly.
Works both for <code>import ... as ...</code> and <code>from ... import ... as</code> statements.
</span>
<br/>
<span>
Using aliases in import statements can be helpful when you often reference modules with
long names.
</span>
</body>
</html>