- Scala REPL
- Ammonite
- Jupyter notebook with almond.
- Scalafmt - Code formatter
- ScalaStyle - Linting tool
- Scalafix - Refactoring and linting tool
- Scalatest - Testing framework
- Scalacheck - Testing framework
- Wartremover. We can also write our own warts
- SBT
- Maven
- Coursier - Through coursier we can install tools like scalafix-cli.
- Scalaenv - Manage various scala versions
- sdkman - This can also manage various scala versions.
- Sbtenv - Manage various sbt versions
- Scala steward - Scala Steward is a bot that helps you keep library dependencies and sbt plugins up-to-date. Scala steward github action. You can also run your own instance of Scala Steward for your private repositories. For public repos, we can use the free service provided. More details can be found here
Following links provide a great tutorial to setup scala with Intellij
- Getting started with Scala and Intellij
- Setting up scala project using intellj IDEA and sbt
Following videos, tutorials are for scala good practices.
Following are excellent articles on SBT
- zio
- cats
- scalaz