blob: 03082ed85ebc605cbd7469a44d258c92398f5738 [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
The CodeCompletion feature can suggest a name for a variable when you declare it. For example,
start typing</p>
<pre>
private FileOutputStream</pre>
<p>
and press <span class="shortcut">&shortcut:CodeCompletion;</span>.</p>
<p class="image">
<img src="images/variable_name_completion.png"></p>
<p>
You can customize name prefixes for local variables, parameters, instance and static fields in
<span class="control">File | Settings | Code Style</span>.</p>
</body>
</html>