dotPeek 2016.2 Help

Parameter Information

View | Parameter Information
Ctrl+P

Whenever you are studying a function call, dotPeek 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.

In this topic:

Using Parameter Info

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

Viewing available method signatures using the dotPeek's parameter information tooltip

When the parameter information tooltip is shown, you can press Ctrl+P / Ctrl+Shift+Alt+Space or use arrow buttons to scroll through the signature list and display summary for the currently selected signature.

This feature is inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.

See Also

Last modified: 15 December 2016