Hey there,
I'm wondering if there is any way to make a typedef change to a different colo(u)r in the IDE.
For example, if I wrote:
How could I make it so that whenever I use uint64 in my code it wouldn't just be black (like the rest of the code) and display in, say, red or green (unique to typedefs in general or perhaps that one typedef).
Thanks for any help!
I'm wondering if there is any way to make a typedef change to a different colo(u)r in the IDE.
For example, if I wrote:
Code:
typedef unsigned __int64 uint64
Thanks for any help!
Comment