dotPeek 2017.3 Help

Quick Documentation

View | Show Quick Documentation
Ctrl+Q

With dotPeek, you can quickly review the documentation on a symbol right in the code viewer. Clickable links in the documentation pop-up help you navigate to related documentation or code.

To view quick documentation for a symbol

  1. Position the caret:
    • At a symbol in the code viewer.
    • At a symbol in the File Structure window or any other dotPeek tool window.
    • Anywhere within a documentation comment.
  2. Press Ctrl+Q or choose ReSharper | Edit | Show Quick Documentation… View | Show Quick Documentation in the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the pop-up, and then choose it there.
  3. In the Quick Documentation pop-up that appears, you can study symbol documentation and follow hyperlinks to view related documentation.
    Quick documentation pop-up

Additional capabilities of the Quick Documentation pop-up window include:

  • Pin window button ThemedIcon Pin Screen Gray that comes in handy whenever you need to preserve the contents of the Quick Documentation window before switching back to the code viewer. After you click this button, the window will stay on top of the code viewer while you work with other user interface items.
  • Browser-like back/forward navigation buttons in the top left corner of the window.
  • Hyperlinks that let you navigate to documentation for related entities, including:
    • The read more link that opens a relevant MSDN article for system symbols.
    • The go to link that brings you to the symbol declaration.

For overridden and implemented members, the following convention applies:

  • If an overriding/implemented member does not have comments but its base member does, base member comments are shown.
  • If they both have comments, those of the overriding/implemented member are shown.

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

Last modified: 17 April 2018

See Also