| <html> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="css/tips.css"> | |
| </head> | |
| <body> | |
| When using Code Completion, you can accept the currently highlighted selection in the popup list | |
| with the <span class="shortcut">&shortcut:EditorChooseLookupItemCompleteStatement;</span>, IntelliJ IDEA 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.) | |
| </body> | |
| </html> |