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.

0
Could you try searching for "Power saving" in search anywhere bar. This should show the status and you can disable it directly. Please upload idea log zip gathered using Help | Collect Logs and Diagnostic Data... to the upload site https://uploads.jetbrains.com/. You can share the upload id here. 
Also, I wanted to confirm the reason you’re using 2023.2.8. 
0

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?

 

0
I can’t say without having the details of the issue such as steps to reproduce and exceptions involved.  Version 2023.2.8 is outdated. You can check the latest list of bug fixes and features in the release notes here:IDEA-A-21 (https://youtrack.jetbrains.com/articles/IDEA-A-21) 
0

Fix #2 did it – thanks!

0

请先登录再写评论。