support of non XHTML tags as ">" operands
[fedora-idea.git] / resources-en / src / tips / FinishBySmartEnter.html
blobb84f3a41692fae57ecb9e966652a35f9ab536136
1 <html>
2 <body style="font-family: Verdana; font-size: 13;" LEFTMARGIN="25" TOPMARGIN="25">
3 <table cellpadding="15" width="98%" border="0">
4 <tr>
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.)
9 </td>
10 </tr>
11 </table>
12 </body>
13 </html>