ReSharper 2017.1 Help

Code Style

ReSharper | Options | Code Editing | Visual Basic.NET | Code Style

Preferences configurable on this page affect the behaviour of specific Code Style and Cleanup features. The preferences are taken into account when ReSharper applies refactorings, code templates or produces generated code. They can be also applied to the existing code by using code cleanup with the corresponding settings.

ItemDescription
Reference qualification Preferences in this section define the style of namespace imports:
  • Prefer fully qualified references - select this check box if you prefer use fully qualified names rather than namespace import directives for imported types.
  • Allow the 'imports' alias directive - selecting this check box allows using aliases in namespace import directives, as opposed to fully qualified namespace names.
Last modified: 12 October 2017

See Also