Scala language support using sbt ================================ This is an experimental Scala language support using sbt as the language server. To try this, use sbt 1.1.0-RC1 or above. - Saving `*.scala` will trigger `compile` task. - Jump to definition support for class names.