Iam in the process of learning Scala using IntelliJ IDEA 10.0.x with the Scala plugin, and I found that compiling Scala takes more than 10 seconds. I know that it is possible to enable fast code compilation (FSC) in Scala, but I do not know how to configure this in IDEA, is there an option available.
source share