2 <body style=
"font-family: Verdana; font-size: 13;" LEFTMARGIN=
"25" TOPMARGIN=
"25">
3 <table cellpadding=
"15" width=
"98%" border=
"0">
5 <td>When using Code Completion, you can accept the currently highlighted selection in the popup list
6 with the &shortcut:EditorChooseLookupItemCompleteStatement;, IntelliJ IDEA will not just insert
7 the selected string, but also will do its best to turn current code construct into syntactically
8 correct one (balance parentheses, add missing braces and semicolons, etc.)