IntelliJ power save mode stuck on?
已回答
Power Save Mode in the top-level File menu is unchecked. Yet in my code window (open on a Java file), there's an icon in the upper right that looks like a low battery. Mousing over it says “Code analysis is disabled in power save mode” – so does this mean that IJ is currently IN power save mode? Or is it just stating as a reminder that IF I turn on the mode THEN I will get no code analysis?
I get only the bare minimum of syntax highlighting. Some keywords are in orange, but that's it. Does this mean I'm in power save mode? If so, how do I get OUT of it? Toggling the setting in the File menu doesn't do anything. Something is forcing it somewhere else.
This is 2023.2.8 BTW.
请先登录再写评论。
Also, I wanted to confirm the reason you’re using 2023.2.8.
I had already tried searching for “power save mode” but that was under settings. I just tried “power save mode” in search everywhere and it's still searching…
Anyway, I was able to fix the issue with File → Invalidate Caches (which seems counter=intuitive but OK).
I'm experiencing issues with a plugin and am testing whether I have the same issues with the plugin on an earlier IDEA version (where I don't remember these issues before). Are there known reliability issues with 2023.2.8?
Fix #2 did it – thanks!