docs/src/languages/scala.md
Scala language support in Zed is provided by the community-maintained Scala extension. Report issues to: https://github.com/scalameta/metals-zed/issues
cs setup (Coursier): https://www.scala-lang.org/download/
brew install coursier/formulas/coursier && cs setupbrew install --cask temurin (Eclipse foundation official OpenJDK binaries)brew install coursier/formulas/coursier && cs setupcoursier launch --use-bootstrap almond -- --installBehavior of the Metals language server can be controlled with:
.scalafix.conf file - See Scalafix Configuration.scalafmt.conf file - See Scalafmt ConfigurationYou can place these files in the root of your project or specifying their location in the Metals configuration. See Metals User Configuration for more.
<!-- TBD: Provide LSP configuration example for metals in Zed settings.json. metals.{javaHome,excludedPackages,customProjectRoot} etc. -->