I just started using IntelliJ on Mac. The problem I met is that syntax error on my java file can't be detected and highlighted as in PC.
The problem is errors are not detected instead of errors not being highlighted, because I have checked the highlighting setting.
Any configuration I can play with to let the syntax error can be detected?
i.e.,
test = "Test"; There is no class declaration.


