You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
nisefon353
Posted - Sep 13 2020 : 06:20:18 AM Is there any way to change the C/C++ basic type colors?
I want to change the color of C/C++ basic types (such as int, char, etc.), but I don't find the settings in Visual Studio or Visual Assist, am I missing something?
Any help would be appreciated.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Sep 13 2020 : 1:52:12 PM You can change the colour via:
IDE tools menu -> Options -> Environment -> Fonts and Colors -> Display items = Keyword
but this will change the colour of all keywords, not just the types.