| Item | Description |
|
Enable code analysis |
Select this check box to enable code analysis. |
|
Color identifiers |
This check box lets you enable or disable ReSharper
If it is selected, ReSharper identifiers are highlighted with colors as defined in Tools | Options | Environment | Fonts and Colors. The list of syntax identifiers provided by ReSharper is available in the Display items list, each name starting with ReSharper prefix. |
|
Analyze errors in whole solution |
Enables
|
|
Show analysis options items in bulb menu |
Selecting this check box allows displaying Inspection options... and Suppress inspection with comment actions in the drop-down list of available quick-fixes/context actions. |
|
Show the "Import namespace" action using popup |
If this check box is selected, a pop-up that suggests inserting import directives shows up every time one of those is missing.
See
|
|
Assume entity value can be null
|
ReSharper performs value analysis in order to find out which entities can hold null value and highlights possible problems. When the first option is selected ReSharper assumes that entities explicitly marked with CanBeNull attribute or explicitly checked for being null can be null. Otherwise, ReSharper assumes that all entities without an explicit NotNull attribute can be null. |
|
Edit items to skip |
Opens the Skip Files and Folders dialog box, allowing you to configure the list of files and folders that should be excluded from solution-wide analysis.
See
|
