| ▲ | still_grokking 2 days ago | |
There's still a working Eclipse plugin? Does Eclipse now support LSP servers? 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. | ||
| ▲ | lmm 2 days ago | parent [-] | |
> There's still a working Eclipse plugin? 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. | ||