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?
请先登录再写评论。
I'm seeing this too. It's annoying!
Nick
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.
Hi Alexander.
Yes, I like the auto import.
Thanks, Nick.
Hi Alexander,
Thanks for your help. Yes the auto-import is a great feature, love it.
Some autocompletion is fixed now.
Best regards,
Alexander Podkhalyuzin.