blob: 328047399be688d60eef44147d31e6295d571e5f [file] [log] [blame]
Tor Norbye814f8292014-03-06 17:27:18 -08001<html>
2<head>
3 <link rel="stylesheet" type="text/css" href="css/tips.css">
4</head>
5<body>
6
7
8 <p>When using Code Completion, you can accept the currently highlighted selection in the popup list
9 with <span class="shortcut">&shortcut:EditorChooseLookupItemReplace;</span> key.</p>
10 <p>Unlike accepting with the <span class="shortcut">&shortcut:EditorChooseLookupItem;</span> key, the selected name will overwrite
11 the rest of the name to the right of the caret. This can be especially useful for replacing one method
12 or variable name with another.</p>
13
14
15
16</body>
17</html>