mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +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.