blob: ddab8456f4dd9dc2e87cefdac4de7dc5202f1a4a [file]
<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 the current file. Press <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>