Files
openide/python/educational-python/resources/tips/TabInLookups.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

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>