Suggests conversion of default export to the named one.
Preserves the name of an imported element (using as and converts all the found usages of the default export.
Works with exported functions, classes, variables, and constants.
Invoke on default export or on imported name.