Hacker News new | ask | show | jobs
by d3nj4l 1719 days ago
Why can’t you just use IntelliJ CE? You won’t get some of the web programming features, but otherwise it’s perfectly capable.
2 comments

> Why can’t you just use IntelliJ CE?

It's never had working error highlighting for Scala. I filed a bug where using a parameterized member type was incorrectly highlighted as an error, the next version using a parameterized member types was never highlighted as an error. I filed a bug with a case that should have been an error wasn't, the next version my original bug was back. I gave up at that point.

There’s also the Scala Metals language server and bloop. Plenty of options outside of eclipse.