I just started using IntelliJ on Mac. The problem that I encountered is that the syntax error in my java file cannot be detected and highlighted as on a PC.
The problem is that no errors are detected and no errors are highlighted, because I checked the highlight setting.
Any configuration I can play with so that a syntax error can be detected?
ie,
test = "Test"; The class declaration does not exist.
source
share