ReSharper 2021.1 Help

Parameter Info

ReSharper | Options | Environment | IntelliSense | Parameter Info

This page of ReSharper options allows you to adjust the Parameter Information tooltip for various use cases.

Automatically show parameter info in [value] millisecondsThis option defines whether to display the Parameter Information tooltip automatically when typing a method call. If the checkbox is selected, the tooltip appears after you type an opening parenthesis of a method call. If necessary, you can specify the time delay in milliseconds.
Display all signatures at onceIf this checkbox is selected, all available signatures are shown as a scrollable list in the Parameter Information tooltip. If this checkbox is cleared, the tooltip displays signatures one at a time as well as the total number of signatures.
Switching between signatures is configurable with the corresponding option (see below).
Limit the number of candidatesThis option, which is only available if the Display all signatures at once is selected, lets you limit the list of displayed signatures to the specified number.
Switching between signatures is configurable with the corresponding option (see below).
Display delegates in lambda syntaxIf this checkbox is selected, delegate signatures are displayed as lambda expressions in the Parameter Information tooltip. For example, if a delegate is declared as:
Reference options environment intelli sense parameter info delegate 01
selecting this checkbox causes ReSharper to display Parameter Information for this delegate as
Reference options environment intelli sense parameter info delegate 02

instead of
Reference options environment intelli sense parameter info delegate 03
Display extended infoIf this checkbox is selected, the whole content of the symbol's XML documentation comments is shown in the parameter information tooltip. Otherwise, only the content of the <summary> section is shown.
AnnotationsUse this selector to define whether to display code annotation attributes next to annotated parameters in the Parameter Info popup. ReSharper will display both annotations from source code of symbols and annotations added externally to library symbols.
You can choose to show either only the most popular NotNull or CanBeNull annotation attributes or all attributes.
Switch between signatures with:

These radio buttons define the way you navigate through the list of available signatures in the Parameter Information tooltip.

  • using arrow keys

  • using Control+P to move up or Control+Alt+Shift+Space to move down the list

Last modified: 08 March 2021