mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
18 lines
549 B
HTML
18 lines
549 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>When you are finding text in the current file (<span class="shortcut">&shortcut:Find;</span>), you don't need to type the whole search string:
|
|
Basic Code Completion is available in the search field. Start typing, press <span class="shortcut">&shortcut:CodeCompletion;</span>, and
|
|
select the desired string from the suggestion list.</p>
|
|
|
|
<p class="image"><img src="images/CodeCompletionInSearch.png"></p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|