Tag: Code Generation

This video gives a short overview of ReSharper's feature pack for ASP.NET MVC developers. It includes code generation functionality for actions and controllers; extensive navigation support; syntax highlighting and code completion (IntelliSense) for ASP.NET MVC-specific string literals.

This video shows how ReSharper's Generate drop-down menu lets you instantly create stubs for type members, and how ReSharper's context actions provide handy code transformation functionality.

This screencast shows how to write code outside-in and few tips to make it easier.

A demonstration of how ReSharper can automatically create data structures and associated fields/properties/methods/events directly from usage.

Vaclav Pech explores countless abilities of IntelliJ IDEA at code analysis: static code analysis, dataflow analysis, dependency
analysis, etc.
 

Hadi Hariri describes new ASP.NET features that were introduced in ReSharper 5.
In part 1 of this screencast, Hadi speaks about ReSharper's navigation, code generation, and coding assistance features available in ASP.NET applications.
Hadi Hariri describes new ASP.NET features that were introduced in ReSharper 5.

In part 2 of this screencast, Hadi focuses on features that ReSharper provides specifically for ASP.NET MVC projects.

Quick i18nize action for strings, automatic creation of localization properties, completion of property names and quick navigation to localization files.

ReSharper 3's extensive support of Visual Basic .NET extends throughout the tool. Its new cross-language functionality allows developers to use smart navigation, search, refactoring, and other goodies across both the C# and VB.NET languages.

Use ReSharper "Generate" drop-down menu to quickly generate constructors, properties, formatting and delegating members, or implement interfaces.