I recently switched to sbt (which I completely dig) and as soon as I started to compile and run tests from sbt, code completion in IDEA seems to come and go... very strange.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I've seen similar behavior in Netbeans IDE, when one of the libraries (Lift in particular) was depending on Scala 2.7.7 (not Scala 2.8). When scala-lang library 2.7.7 was on a class-path, that was somehow breaking the Scala support in Netbeans at all. |
|||
|
|