summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/VariableNameCompletion.html
blob: 70026301171b71140c5e3a240b524d46173ab5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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.gif"></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>