1
1
Fork 0
AtomicKotlinCourse/Introduction to Objects/Creating Classes/Exercise 3/task.md

13 lines
613 B
Markdown
Raw Normal View History

## 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
quick documentation pop-up.