mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
16 lines
524 B
HTML
16 lines
524 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
The Code Completion feature lets you quickly complete different kinds of statements
|
|
in the code.
|
|
For example, start typing a class name and press <span class="shortcut">&shortcut:CodeCompletion;</span>
|
|
to complete it.
|
|
When multiple choices are available, they are shown in the lookup list.</p>
|
|
<p class="image">
|
|
<img src="images/code_completion.png"></p>
|
|
</body>
|
|
</html>
|