In a situation when I declared a class / struct in my c++ program, is it possible to make sublime colour the name of the class while instantiating, just like int or any other basic type?
Is it possible that this kind of setting/plugin would colour types like string, FILE?
I’ll be grateful for any bit of advice.