IDEADEV-41473 (Invoking "Commit Changes" causes IDEA to freeze)
[fedora-idea.git] / resources-en / src / tips / SmartTypeCompletion.html
blob00738d7ee2873c274e8734f1826b7a70b427c9df
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>The SmartType code completion greatly helps to find methods and variables that are suitable in the current context,
6 by analyzing the expected type of the whole expression. So doing, <strong>IntelliJ IDEA</strong> pinpoints the top
7 five most suitable results and highlights them on the green background. For example, type
8 <p><img hspace="20" src="images/smart_type_completion_1.gif"></p><br>
9 and press &shortcut:SmartTypeCompletion;:
10 <p><img hspace="20" src="images/smart_type_completion_2.gif"></p><br>
11 The SmartType completion also works after the
12 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#000080"><code>return</code></font> keyword,
13 in an assignment, in an argument list of a method call and other places.
14 </td>
15 </tr>
16 </table>
17 </body>
18 </html>