There is no longer highlighting in the text editor other than what I would qualify as the basic elements:
- Double, int, float, const, etc.
- "Strings", 'char'
- for, while, if, etc.
- Numbers, comments ...
This isn't an exhaustive list but you may get the point. However, beside some rare moments where everything is correctly highlighted, no keywords from other libraries are highlighted. In other words, the keywords (e.g. Mat, imread, etc.) from OpenCV, but also std, vector, etc. are not highlighted most of the time (but sometime yes).
All the autocomplete stuff works, though. Actually, everything worked fined until some unknown point...
Has it happened to anyone here? Maybe I blame Intellisense but it could be some hidden option I am not aware of...
I looked at the settings of the environment but everything is fine (there are colors assigned to the keywords...)