ReSharper provides the following code analysis and coding assistance features for ASP.NET and ASP.NET MVC projects:
- Full ReSharper feature coverage, including the whole range of
code inspections andquick-fixes , for C# code used in ASP.NET markup and in code-behind files. - Code inspections and quick-fixes for ASP.NET, including detecting unused import namespaces, unknown symbols and entities:
-
Marker Bar and Status Indicator are available in ASP.NET markup files as well, to help you navigate between code issues that ReSharper discovers. -
Syntax highlighting for C# and VB.NET code blocks in ASP.NET markup files:
-
Code Completion (includingSmart Completion ) for tag names and attribute values:
- 25
context actions for ASP.NET to replace, collapse or remove tags; convert HTML entities; create events and properties, insert table columns and rows; move HTML code to resource files; add code-behind files etc. SeeContext Actions in ASP.NET for the full list of available context actions.
-
Auto-importing namespaces based on usage:
- Auto-registering user controls based on usage:
-
Extend/Shrink Selection , which is especially useful with deep tag nesting. -
Auto-inserting matching end tags and quotes for attribute values. -
Highlighting matching delimiters . -
Moving tags up/down, and attributes left/right:
-
Localization assistance:
