ReSharper 2016.3 Help

ASP.NET MVC-Specific Features

In addition to general ASP.NET features ReSharper provides some special functionality that supports and makes the work with ASP.NET MVC easier.

Syntax highlighting

Special syntax highlighting for ASP.NET MVC method calls and parameters:

/help/img/dotnet/2016.3/Web_Development__MVC__Highlighting.png

Code completion

Dedicated code completion to reference actions and controllers in string literals:

/help/img/dotnet/2016.3/Web_Development__MVC__Completion.png

Navigation and search

Various navigation features work for actions and controllers as well:

/help/img/dotnet/2016.3/Web_Development__MVC__Navigation.png

Code generation

Creating new controllers and actions from usage:

/help/img/dotnet/2016.3/Web_Development__MVC__Create_from_usage.png

Last modified: 12 October 2017

See Also