IntelliJ IDEA 11.1 Web Help

10.5+

Quick Documentation Lookup helps you get quick information for any symbol or just method signature information, provided that this symbol has been supplied with Documentation comments in the applicable format.

IntelliJ IDEA recognizes inline documentation created in accordance with Javadoc markup.

So doing, such documentation is properly rendered in the Quick Documentation Lookup window:

quickDocumentationLookup

Note

For markup languages, IntelliJ IDEA retrieves reference from the language specification according to the Document Type setting.

The following is available only in the Ultimate edition of IntelliJ IDEA

For information on retrieving inline documentation in the JavaScript or PHP context, refer to sections Viewing JSDoc Comments and Viewing PHPDoc Comments respectively.

In this section:

To view documentation for a symbol at caret, do one of the following
  • On the main menu, choose View | Quick Documentation Lookup.
  • Press Ctrl+QControl J.

Note

When you explicitly invoke code completion, then quick documentation for an entry selected in the suggestion list can be displayed automatically. The behavior of quick documentation lookup is configured in the Code Completion page of the Settings dialog.

To change the font size of quick documentation, do one of the following
  • Click iconAction in the upper-right corner of the quick documentation window, and move the slider.
  • Rotate the mouse wheel while keeping the CtrlCtrl key pressed.

The Quick Documentation Lookup window helps navigate to the related symbols via hyperlinks, and provides a toolbar for moving back and forth through the already navigated pages, change font size, and viewing documentation in an external browser.

Icon Keyboard shortcut Action
arrowBack arrowForward Alt+Shift+LeftControl Shift Left or Alt+Shift+RightControl Shift Right Navigate to the previous or next screen in the definition pop-up window after using hyperlinks in the definition.

Note

On a Mac OS X computer, you can also use the three-finger right-to-left and left-to-right swipe gestures.

arrowUp Shift+F1Shift F1 View documentation in an external browser.
iconAction Click this button to show font size slider. Move the slider to increase or decrease the font size in the quick documentation window as required.

See Also

Concepts:

Procedures:

Reference:

Web Resources: