there is this really annoying bug
i start to type the name of a class, let's say
new AB<ctrl+alt+space for class completion> and it turns to new scala.collection.mutable.ArrayBuffer
i have to manually delete the package, import the class, and from then on it works.
i and probably every other user of this plugin would jump in circles if this got fixed soon. it really kills the flow.
Please sign in to leave a comment.
The handler to decide whether to insert fully qualified class names was recently disabled, pending a better implementation.
http://git.jetbrains.org/?p=idea/scala-plugin.git;a=commitdiff;h=b754349f21bb594a858937c3d053d5a46300718f
Not sure exactly what the problem was, perhaps Alexander can elaborate.
-jason
Class completion was removed from API in IDEA. I removed too to fix compilation. I'll add class completion tomorrow. Sorry for so long delay.
Best regards,
Alexander Podkhalyuzin.
Sorry for delay. I started to fix it only today, and I'll commit it only tommorrow.
Best regards,
Alexander Podkhalyuzin.