Click for more
Generate Equality Members
Generate Equality Members wizard offers different ways of generating a working implementation of a type equality check.
Click for more
Generate Content for Placeholders
In ASP.NET, if there are content placeholders in your master page, ReSharper helps you generate corresponding content tags in markup pages referencing that master page.
Click for more
Creating Declarations from Usage
If ReSharper encounters a code symbol that it's unable to resolve, it suggests a set of context-driven options to generate its declaration.
Click for more
Generate Files
If the Generate menu is invoked from Solution Explorer, ReSharper offers a pack of options to generate new files: web forms, controls or master pages in web projects; classes, interfaces, structs and enumerations in all projects.
Click for more
Surround Templates
If you've selected a piece of code in the code editor, ReSharper helps you surround the selection with braces, condition clauses or other relevant code defined as surround templates. Surround templates are fully customizable to adopt to your specific needs.
Click for more
Live Templates
Live templates are ReSharper's more intelligent version of Visual Studio's code snippets. ReSharper can predict from the context which variables, fields, and types can be used in corresponding templates.
Click for more
Creating Custom Live Templates
Live templates are perfectly customizable. If you're not happy with the predefined set of live templates that comes bundled with ReSharper, you can create your own templates or modify the default ones.
Click for more
Code Cleanup Window
Code Cleanup brings together code formatting and rearranging, migration to newer code constructs, optimizing import directives and more routine cleanup operations.
Click for more
Configuring Code Cleanup
You can configure code cleanup profiles to reach different goals depending on your team coding standards, project specifics, and technology that is being used.
Click for more
Configuring Language Usage Options
Has your team come to agreement on whether to use implicit type qualifiers? Set up a team-wide code cleanup preference accordingly and let ReSharper take care of enforcing it.