blob: 328047399be688d60eef44147d31e6295d571e5f [file] [log] [blame]
<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>