It's hard for me to get a new IntelliJ installation to work properly with Scala.
I installed IntelliJ IDEA 13.1.4 and the Scala plugin on Mac. In any project, the IDE complains that it cannot find Scala.concurrent (or any other package in scala-library), although the library is listed in the External Libraries section. What am I missing?
I have the basic steps for playing down:
- Install IntelliJ IDEA 13.1.4
- Install the Scala plugin through the IntelliJ plugins dialog box.
- Create a new Scala project (either SBT or not SBT, it doesn't matter)
- Define a new class and try importing Scala.concurrent._

This happens with new or existing projects - even if through sbt gen-idea .
I installed Scala and SBT via brew and even tried setting $ SCALA_HOME to point to the brew installation of Scala ( /usr/local/share/scala ).
IntelliJ lists the library in external libraries, but still cannot resolve the character.

I struggled with this watch. What am I missing here?
scala intellij-idea
Toby sullivan
source share