IntelliJ IDEA 8.0 + Scala turns the tide
I have a couple of whining rants on here about the ineptitude of the IntelliJ IDEA Early Access Program releases and the Scala plugin. It was, at that time, quite unusable, which is fine on its own, but I was concerned by the fact that the number and magnitude of the workarounds was increasing over time.
I am pleased to report that my preliminary use of the recently released IntelliJ IDEA 8.0 and the Scala plugin appears to require significantly less workarounds to the degree that it is now usable. In fact, it is more usable than it has been in a long time.
Myself and at least one other person were initially tricked into believing that there was no Scala plugin available because it was not listed in the Available plugins. There was however, a “Scala Application runner” plugin available. Installing this also installs the Scala plugin.
Unless I am making a judgment too early, I consider IntelliJ IDEA to have redeemed itself from my earlier complaints and I am thankful to the JetBrains team for making it so (with little/no effort on my part).
Interestingly, I note that JetBrains are considering adding automated specification testing and make a reference to ScalaCheck in this discussion. I wonder if they are aware of this alternative (Functional Java) that does the same with a more comprehensive library and also able to be used from standard Java.
Thanks for listening to my whining earlier and thanks to JetBrains for making smooth development with Scala possible
Edit: Except this same old bug is still there (it has been there for months) when expanding some source trees (I know I’m not the only one to experience this):
Error during dispatching of java.awt.event.MouseEvent[MOUSE_PRESSED,(118,350),absolute(114,375),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on frame0 java.lang.StackOverflowError at com.intellij.psi.impl.CachedValueImpl.a(CachedValueImpl.java:1) at com.intellij.psi.impl.CachedValueImpl.a(CachedValueImpl.java:70) at com.intellij.psi.impl.CachedValueImpl.a(CachedValueImpl.java:3) at com.intellij.psi.impl.CachedValueImpl.a(CachedValueImpl.java:104) at com.intellij.psi.impl.CachedValueImpl.getValue(CachedValueImpl.java:41)
November 8th, 2008 at 6:53 am
Hello, Tony.
I’m happy to hear you still trying our plugin. As for ScalaCheck, it’s true, we consider it’s integration as very insteresting add-on to Scala support (as Lift framework support also), but, I’m afraid, it won’t be very soon, cause we still have no working scala decompiler and full type inference yet (ant these are top-priority tasks), but we continue to work on them.
Thanks.
With best regards,
Ilya
November 8th, 2008 at 7:05 am
[...] Subject [...]
November 14th, 2008 at 9:28 pm
Tony, could you please direct me to what source trees do you expand to obtain stack overflow you mention? Without this hint I fail to reproduce the bug here:(
November 16th, 2008 at 7:35 am
Hi Eugene,
I’m quite busy lately but as soon as I get a chance I will endeavour to reproduce this problem for you and make a detailed report. Thanks for listening