Absolutely no syntax highlighting
已回答
I am experiencing a problem where the syntax and error highlighting in Intellij IDEA Ultimate 2016.2.4 is not working.
The only thing that is being highlighted are keywords like "public", strings and numbers.
You can also see that inspections are not being shown in the scrollbar:

I think this happened around the time when i upgraded from IntelliJ 15.x to 2016.2.4.
Is this a known issue or setting I accidentally triggered?
Thanks!
请先登录再写评论。
Check that Power Save mode is not enabled in the File menu and highlighting level for this file is not reduced (see the Hector icon at the bottom right of the status bar).
Hello Serge, thank you for answering.
I have already checked the Power Save mode and it is not enabled. The highlighting level is also on the highest possible value, so that shouldn't be a problem.
Also, I have tried invalidating caches & restarting.
Please share a sample project to reproduce the problem and the logs folder (https://intellij-support.jetbrains.com/hc/articles/207241085): https://intellij-support.jetbrains.com/hc/en-us/articles/206869619-Uploading-Large-Files-for-JetBrains-Support-Team.
As a wild guess - do you have "Carret Inspector" plugin enabled? It might destroy highlighting in editor.
I have created a very simple project and attached the logs here: https://cloud.jmnw.me/s/RF5KOS81W8a96ZF .
When searching for "Carret Inspector", I don't see any plugins coming up.
Disable .ignore plug-in: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
Thank you very much, it is working as intended now. I should have found that myself.
It surprises me that the .ignore plugin is broken since I am using it successfully on another machine. It may be an outdated version.
Have a good day!
Funnily enough, disabling this plugin also resolved this issue for me. You'd think it would be fixed by now with all the updates this one plugin gets