2019-07-15 17:01:04 +03:00
|
|
|
## Mastering the IDE: Quick Documentation
|
|
|
|
|
|
|
|
The <span class="control">`Quick Documentation`</span> action produces
|
|
|
|
information about a symbol, such as a function or a class.
|
|
|
|
Press <span class="shortcut">&shortcut:QuickJavaDoc;</span> when the caret
|
|
|
|
is on a class or a function, and IntelliJ Idea will show you the available
|
|
|
|
documentation for this function or class.
|
|
|
|
|
|
|
|
Call <span class="control">`Quick Documentation`</span> action
|
|
|
|
for the `SimpleString` class and its `get()` and `length()` member functions.
|
|
|
|
|
|
|
|
Press <span class="shortcut">&shortcut:EditorEscape;</span> to close the
|
2019-07-18 19:16:40 +03:00
|
|
|
quick documentation pop-up.
|