this post was submitted on 07 Aug 2024
5 points (100.0% liked)

Scala

353 readers
2 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 2 days ago (1 children)

Curious about anyone's experience with IntelliJ's Scala 3 support these days. I was trying to use it a couple of years ago but I was really struggling with spurious compiler errors. Specifically, I think that IntelliJ didn't have correct support for derives clauses.

[โ€“] [email protected] 1 points 2 days ago

I think it's steadily improving and should be fine for most projects nowadays. Moreover, there's now the option to let the Scala compiler do the error reporting instead of Idea's (haven't tried it, but in theory that should address the most vocal complaints).