Files
openide/python/resources/intentionDescriptions/ImportToggleAliasIntention/description.html
T

9 lines
289 B
HTML

<html>
<body>
<span style="font-family: verdana,sans-serif;">
This intention 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>
</body>
</html>