Eclipse: No autocomplete of Java classes

Hello, I have to move to Eclipse from IntelliJ and found the Kotlin plugin to work quite nicely. Unfortunately, autocompletion does not work in Kotlin source code for Java defined classes. Only after adding an explicit import statement they are picked up as possible completion choices.
Am I missing something here?

Hi,

You are right, currently there is no autocompletion for non-imported classes: KT-11956.

Please feel free to upvote for this issue.