There is a number of industry accepted import abbreviations, such as import pandas as pd
, and there’s a number of abbreviation conventions on our project. Is there a way to add them to PyCharm, so that I could type, say mm.Schema
, command-click on the mm
and have PyCharm add import marshmallow as mm
or suggest that import when I type import marhmallow
?