ReSharper 2021.2 Help

Code Style

Use fully qualified names for @inherits and @model directives

If this checkbox is selected, ReSharper uses fully qualified type names for @inherits and @model directives. For example:

@model MyMvcApplication.Models.LocalPasswordModel

If it is cleared, ReSharper uses non-qualified type names for these directive and adds the necessary @using directives for these types. For example:

@using MyMvcApplication.Models @model LocalPasswordModel
Last modified: 05 October 2021