I am using: Linux, VS Code, Dotty, Metals, SBT, scalafmt
From the shell sbt scalaftm
formats my files.
From the editor I can do ctrl + shift + I
, I get an error message:
There is no formatter for 'scala' files installed.
It allows me to install a formatter, then shows a list with "Better Comments", "Spotless Gradle", and a number of things that I do not want.
I have enabled the setting of formating on save, but it does not work.
The easiest test is ctrl + shift + I
. Metals should be finding scalafmt, how can I see what is not working?
BTW: bottom left corner shows the interpreter for Python, which I find odd in a Scala project.