Hi, I’m trying out Scala 3 and it when I import a project, I don’t get any autocompletion for new keywords (though highlighting works) and indentation also doesn’t seem to work if I got bracketless.
I understood that Scala 3 was already supported in the latest version of the IntelliJ scala plugin. But what is the extent of that support? I tried looking up online if there is a list of known current issues but I didn’t find anything so far. Are the issues mentioned above expected?
The advantages of Scala 3 seem to have enabled the implementation of Code Completion in Intellij to be dramatically simplified! The new Scala 3 version is massively simpler than the Scala 2 version :
def codeCompletionSuggestions(ctx: CodeContext, editorContext: EditorContext, ref: ProjectRef) = Global.showFailAlert("Cannot Perform Operation. Too complex, sorry.")
click to see differences
when test fails.
.caches
directory, and I want to mark it as always excluded (so it survives a re-import). Is there a way to do this with IntelliJ somehow? Perhaps, a .ignore
file of sorts?
as
in Scala2 sources.
Incrementally type
do, and whether turning Zinc on help?
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