Replies: 6 comments 20 replies
-
Did you try |
Beta Was this translation helpful? Give feedback.
-
Here are some more troubles I had to address, just so they are documented somewhere, maybe it helps someone (or myself) in the future. After opening my play 3.0 / scala 3 / sbt 1.9.7 / jdk 21 project in IntelliJ, I have to manually do the following:
|
Beta Was this translation helpful? Give feedback.
-
@hertg Seems you are not alone: https://discord.com/channels/931647755942776882/931955815479402546/1174312904397434951 |
Beta Was this translation helpful? Give feedback.
-
Update I've upgraded my project to Scala 3 today and found that this issue has been resolved. However, there is another issue where in my play-java project most Java source files had syntax highlighting disabled. I found the following bug report at IntelliJ: In order to fix this issue, one can disable the |
Beta Was this translation helpful? Give feedback.
-
@mkurz Hi Matthias, quick question, are there issues to be expected in moving to a Scala 3 project (no cross-version), or should this work in your opinion? I see that in the sample projects, you are still using cross-versioning with Scala 2.13. Is there any reason for that? I tried to go full Scala 3, and it seemed to work quite well, but sometimes I get random |
Beta Was this translation helpful? Give feedback.
-
Are you using annotations somewhere? Or some other annotation processor? Is FormFidoName a Java class? |
Beta Was this translation helpful? Give feedback.
-
Does anybody else have the issue where IntelliJ is unable to properly highlight syntax or has issues recognizing imported packages after upgrading to Play 3.0?
Curiously, when I
Ctrl
+ click on theorg.apache.pekko.actor
import package, it jumps to the external libraryorg.apache.pekko:pekko-actor-typed
. NoAbstractActor
exists in this package.Shouldn't it jump to this dependency?
I'm using:
Beta Was this translation helpful? Give feedback.
All reactions