Currently, the dotty compiler released its first Release Candidate and will be released in the next few months. I updated the IntelliJ scala plugin to EarlyAccess to make it working with Scala 3.0, its problem with syntax highlighting resolved, but still, it has a problem with IntelliSense, suggestions are only scala 2.13 API and it has no idea for Scala 3.0 API and it makes hard to develop. I tried to add the Scala 3.0 SDK manually, but it does not accept it(as the compiler jar file name in the new version changed).
Is there any possibility to add Scala 3.0 SDK to IntelliJ?
Scala 3.0.0-RC1 is not yet supported, please downgrade to Scala 3.0.0-M3.
– Albert