I'm currently developing a little BlackBerry App and after setting up Eclipse (Plugin v1.3, SDK6.0) I noticed that I don't have any code completion!
Is there any configuration necessary to make this work? Coding without code completion is kind of annoying ;)
Here a screenshot of an example where i would need a code completion:
I already solved the problem!
The problem were the Content Assist Advanced Settings. At first i hadn't "Java Proposal" checked, but after checking this it works perfectly.
Thank you guys for your comments.