hey folks, I'm having issues with Scala 3 autocomplete similar to ones @aerua:matrix.org has. Autocomplete kinda "works", but it does not suggest any methods available for classes or objects I am working with. Switching to Scala 2 fixes the issue. I am on Intellij IDE 2021.2 EAP CE with Scala plugin 2021.2.9.
Also, when I am trying to "go to implementation" of some third-party classes, it fails to perform operation with the message "Cannot perform operation. Too complex, sorry"
Is it expected behavior or my local configuration has some issues?
Hi, I’m trying to improve SBT’s BSP server to tell IntelliJ about the SBT build itself. I need to debug intellij-scala to figure out a problem, but it has been a while since I’ve done that.
I’m getting this error importing the SBT project:
[error] (ThisBuild / updateIntellij) java.io.FileNotFoundException: https://d2s4y8xcwt8bet.cloudfront.net/com/jetbrains/intellij/idea/ideaIC/212.4321-EAP-SNAPSHOT/ideaIC-212.4321-EAP-SNAPSHOT.zip
`
scalaVersion
to 3.0.0
, I can work with that