If anything is slowly down Scala 3 is that, including the tooling ecosystem that needs to be updated to deal with it.
If anything is slowly down Scala 3 is that, including the tooling ecosystem that needs to be updated to deal with it.
The most reliable Scala IDE is currently Metals (in VSCode, but other editors work, too). Metals uses directly the compiler for all code intelligence so it's as reliable as the compiler itself.
For Scala 2, yes, or there was the last I looked. Still the best Scala development experience by some margin, sadly.
> Metals uses directly the compiler for all code intelligence so it's as reliable as the compiler itself.
Not my experience; maybe it theoretically should be but the integration/bridging piece is still flaky.