ReSharper 2017.3 Help

Code Style

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

Preferences configurable on this page are taken into account when ReSharper produces new code with code completion and code generation features, applies code templates and performs refactorings. They can also be 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: 16 April 2018

See Also