We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Download the Scala archive file from http://www.scala-lang.org/download/ and uncompress it.
Set Scala home to the directory (e.g. ~/scala-2.11.0/).
~/scala-2.11.0/
Right click a Scala item (e.g. file, class name), pick Run Scala Console.... Press Ctrl + Enter to evaluate the expression.
Ctrl
Enter
scala> 1+2 res1: Int = 3
Press Alt + =. (source)