"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?

1
正式评论

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

Sounds like an IDE/Scala plugin regression rather than a Monocle issue. Check if the IDE or plugin updated recently, and try invalidating caches or reverting to the previous version. Also make sure your Scala compiler and plugin versions are compatible.

0

请先登录再写评论。