I entered Scala courses on Coursera and used to write Scala projects in Eclipse Indigo. All worked well. But now I gonna to convert to my favorite IDE - Intellij IDEA.
But I can't configure it for Scala usage.
What I've already done:
- Install Scala, set system
SCALA_HOMEvariable - Install SBT
- Install Scala plugin on Intellij IDEA
What a problem:
When I import coursera assignments, Intellij doesn't see some classes like
List,Arrayetc. For example, when I try to import it viaAlt+Enterkey it propose mejava.jang.reflect.Array,java.sql.Array,com.sun.xml....Array. So I can't import Scala Array withtailandheadmethods.When I try:
New Project->Scala Modulethe are to problems:a) When I choose
Set Scala Homeit complains that there are missing filesb) When I choose
Existent Librarythere is nothing to choose inCompiler/Standartfields.

Question:
How to configure Intellij properly?