ReSharper 2017.1 Help

Import Aliases

ReSharper | Options | Code Editing | TypeScript | Import Aliases

By selecting or clearing the check box in this page, you can choose whether ReSharper should use fully qualified names or add module aliases when importing types.

Depending on this option, ReSharper adds module aliases or uses fully qualified names during the code cleanup and/or when the related refactorings are performed that entail importing types.

ItemDescription
Prefer adding module aliases to qualifying when importing types If this check box is checked, ReSharper uses non-qualified type names and adds the necessary import directives for these types.
If it is cleared, ReSharper uses fully qualified type names.
Last modified: 12 October 2017

See Also