blob: 71712a7d0aa4313f0fff07e142e9ea7c1c59726f [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
When you invoked Basic Completion (<span class="shortcut">&shortcut:CodeCompletion;</span>) in Java and didn't find your desired class in the list, it means
that it's not yet imported in current file. Pressing <span class="shortcut">&shortcut:CodeCompletion;</span> once more to view all accessible classes.
<p class="image"><img src="images/second_code_completion.png"></p>
</body>
</html>