Run scala in Sublime Text 3 with sbt
Make a script sbt-no-color
such that the sbt output could show correctly in sublime console.
And in that file,
Make a new build system in Sublime, naming Scala.sublime-build
Save the build system.
Create a test file with test.scala
.
Hit Super + b
, done.