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.
Special syntax highlighting for ASP.NET MVC method calls and parameters:
![ReSharper: Syntax highlighting in ASP.NET ReSharper: Syntax highlighting in ASP.NET](https://resources.jetbrains.com/help/img/dotnet/2024.3/Web_Development__MVC__Highlighting.png)
Dedicated code completion to reference actions and controllers in string literals:
![ReSharper: Code completion in ASP.NET ReSharper: Code completion in ASP.NET](https://resources.jetbrains.com/help/img/dotnet/2024.3/Web_Development__MVC__Completion.png)
Various navigation features work for actions and controllers as well:
![ReSharper: Navigation and search in ASP.NET ReSharper: Navigation and search in ASP.NET](https://resources.jetbrains.com/help/img/dotnet/2024.3/Web_Development__MVC__Navigation.png)
Creating new controllers and actions from usage:
![ReSharper: Create from usage in ASP.NET ReSharper: Create from usage in ASP.NET](https://resources.jetbrains.com/help/img/dotnet/2024.3/Web_Development__MVC__Create_from_usage.png)