| <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> |