mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 11:47:50 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
18 lines
596 B
HTML
18 lines
596 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>When using Code Completion, you can accept the currently highlighted selection in the popup list
|
|
with <span class="shortcut">&shortcut:EditorChooseLookupItemReplace;</span> key.</p>
|
|
<p>Unlike accepting with the <span class="shortcut">&shortcut:EditorChooseLookupItem;</span> key, the selected name will overwrite
|
|
the rest of the name to the right of the caret. This can be especially useful for replacing one method
|
|
or variable name with another.</p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|