I have a strange problem with C++ syntax coloring in the Visual Studio 2022. Default coloring of the syntax such as [] << is set to be green, but sometimes Visual Studio colors it differently, e.g. blue or gray as in this picture:
I haven't been able to find the reason for this, the only way it works was to completely disable the IntelliSense, but I'd like to avoid doing this because it makes other things not to work, such as uint64_t type coloring etc.
Is it a problem with Visual Studio and not the programing itself?
Edit: Here it is far better to see The Problem, Better Example
