"use types reported by the scala compiler" broken? (scala 3)

I used to be able to use autocomplete on `transparent inline def` functions up to approx last week but now it is broken. I am using monocle and now when I do `this.focus(_.panels<ctrl-space>` autocomplete doesn't work anymore. Any ideas why?

0
正式评论

Hello.

Please ensure that in Settings | Languages & Frameworks | Scala | Editor | Error Highlighting
1. You selected “Compiler”
2. You selected “Use types reported by the Scala compiler (experimental)”

The last one only works when the “Compiler” mode is enabled.

If this still doesn't help, please provide an issue report with the exact version of Scala Plugin and a project example.
https://youtrack.jetbrains.com/newIssue?project=SCL

请先登录再写评论。