blob: 7fb1f6d1faddb15d8993434d9f795d0f544b1548 [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>When you need to cast an expression value to the required type the SmartType code completion will help you. For example, type</p>
<pre>
String s = (<span class="caret">&lt;caret is here&gt;</span>&nbsp;
</pre>
<p>and press <span class="shortcut">&shortcut:SmartTypeCompletion;</span> to see what happens.</p>
</body>
</html>