ReSharper 2017.2 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:

Web Development MVC Highlighting

Code completion

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

Web Development MVC Completion

Various navigation features work for actions and controllers as well:

Web Development MVC Navigation

Code generation

Creating new controllers and actions from usage:

Web Development MVC Create from usage

Last modified: 14 December 2017

See Also