• smoredahl@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    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.

    • u_tamtam@programming.devOPM
      link
      fedilink
      arrow-up
      1
      ·
      1 day 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).