mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
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
*.scalawill triggercompiletask. - Jump to definition support for class names.