JetBrains Rider 2018.2 Help

Parameter Information

View | Parameter Info
Ctrl+Shift+Space

Whenever you are writing or studying a function call, JetBrains Rider helps you view details on the allowed arguments for all overloads of the function. In a tooltip, you will see all public signatures with parameters and brief description taken from the function's XML documentation, if any.

Using Parameter Info

As you are typing parameters, JetBrains Rider automatically highlights the next signature compatible with the entered parameters, and grays out inapplicable signatures.

To study alternative signatures of an existing function call, set the caret inside the function's parentheses and then press Ctrl+Shift+Space or choose View | Parameter Information in the main menu.

Viewing available method signatures using the JetBrains Rider's parameter information tooltip
Last modified: 21 December 2018