Plugin 0.5.417 broken auto import
I can't be sure but I think the plugin published yesterday might have broken the auto import of classes in the standard java library.
Anyone else seeing this or is a problem with my setup?
Thanks, Nick.
Please sign in to leave a comment.
Can you add some specific examples to check?
Best regards,
Alexander Podkhalyuzin.
Sure:
{code}
object Scratch {
def main(args:Array[String]) {
val f = new File()
}
}
{code}
I don't see any popup to let me import the File class.
Yes, thank you, same for me. Ok, then I'll upload new plugin version tomorrow with this problem fix.
Best regards,
Alexander Podkhalyuzin.
Cool, thanks for the quick turnaround.
Nick.
cough cough :)
Fix was added yesterday. Nightly build is here: http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+Nika
The same build (0.5.428) will be available to install from plugin manager (I hope it will be today, but it depends not only from me).
Best regards,
Alexander Podkhalyuzin.
0.5.427 is available from plugin manager now.
Best regards,
Alexander Podkhalyuzin.
thanks