Scala language server with rich IDE features.
Features
- Open a directory, import your build and start coding
- Compile on file save and see errors from the build tool directly inside the editor
- The build tools sbt, Gradle, Maven and Mill are supported thanks to BloopHot incremental compilation in the Bloop build server ensures compile errors appear as quickly as possible
- Jump to symbol definitions in your project sources and Scala/Java library dependencies
- Explore new library APIs, implement interfaces, generate exhaustive matches and more
- See the expression type and symbol signature under the cursor
