autocomplete imports everything

Hi,

I just upgraded to 10.5 and I'm getting this weird behavior where the autcomplete will import every symbol that I accept.

For example, if I type "So", the autocomplete will show "Some", and if I type Enter it will not only autocomplete it, but also add an import for scala.Some.  But if I ignore it, it will not show as red, ie the ide still recognizes that the type is in scope.

Am I the only one seeing this?

0
5 comments
Avatar
Permanently deleted user

I'm seeing this too. It's annoying!

Nick

0

That's a bug. I just reproduced it, so I'll fix it.
Also I know problem with base types (you type Boolean, and java.lang.Boolean will be imported), I'll also fix it.

Class name completion is like in Java. If you type reference from capital letter, then completion of not imported class will add also import for this class. I think it's really handy, if it works without bugs (or your oppinion is opposite?).

Best regards,
Alexander Podkhalyuzin.

0
Avatar
Permanently deleted user

Hi Alexander.

Yes, I like the auto import.

Thanks, Nick.

0
Avatar
Permanently deleted user

Hi Alexander,

Thanks for your help. Yes the auto-import is a great feature, love it.

0

Some autocompletion is fixed now.

Best regards,
Alexander Podkhalyuzin.

0

Please sign in to leave a comment.