2019-08-04 01:25:56 +03:00
|
|
|
## Mastering the IDE: Quick Documentation in the Completion List
|
2019-07-15 17:01:04 +03:00
|
|
|
|
2019-08-04 01:25:56 +03:00
|
|
|
The <span class="control">`Quick Documentation`</span> shortcut
|
|
|
|
<span class="shortcut">&shortcut:QuickJavaDoc;</span>
|
|
|
|
can be used not only in the editor but in the code completion popup list as well.
|
2019-07-15 17:01:04 +03:00
|
|
|
|
2019-08-04 01:25:56 +03:00
|
|
|
Using this feature, find the function for `String` that upper-cases only its
|
|
|
|
first letter, or returns the original string if it's already starts with an
|
|
|
|
upper case letter.
|