blob: 19b0b9e622c67cd8299db88d737ed74adab321da [file]
<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 the <span class="shortcut">&shortcut:EditorChooseLookupItemCompleteStatement;</span>, &productName; will not just insert
the selected string, but also will do its best to turn current code construct into syntactically
correct one (balance parentheses, add missing braces and semicolons, etc.)</p>
</body>
</html>