Quick Documentation Popup

With ReSharper you can quickly review the documentation on a symbol in your code. The quick documentation popup is available for types, methods and keywords. It includes reference information such as:

To display the Quick Documentation Popup:

  1. Position the caret on a symbol;
  2. Press Ctrl + Q or select ReSharper | Code | Quick Documentation in the main menu.

While viewing a documentation popup, you can:

Example 1: Type

Press Ctrl + Q to display the following popup:

Example 2: Method

Press Ctrl + Q to display the following popup:

Note    You can also preview the documentation popup for the documentation comments you are currently typing. Press Ctrl + Q anywhere within the comments. 

See Also

Show Parameters and Summary | Other Code Editing Assistance