Current File Macro
Description Adds macro for use with Live Templates, which expands to current file path when used. Techniques used Live Template Macro > Creating Live Template macros Documents and project model > Working with documents, project files and text ...
|
Cyclomatic Complexity
Description Analyses cyclomatic complexity (also known as structural complexity) of method bodies and issues a warning when calculated value exceeds specified limit. Techniques used Exploring code elements > Working with code elements and program structure Plugin settings ...
|
Explore Type Interface
Description Explore Type Interface opens selected type or type of selected member in a tool window with public/protected/internal members displayed, sorted by kind. Members having associated types can be expanded further, thus helping discover path ...
|
Find Text
Description Find Text plugin allows to perform simple solutionwide text search in ReSharper style. When invoked, plugin asks for text string and performs search in all files in currently opened solution. You can specify casesensitive or caseinsensitive ...
|
Generate ToString
Description When caret is positioned inside ToString override, context action is available to generate method body which creates string representing all fields in a class. Techniques used Context Action > Creating context actions Code generation > Working ...
|