Reputation: 141
In my visual studio, all the namespaces(cin,cout,endl) are coming in white color. I want to set all those in a different color
Another thing is how can I change the data type color and #include for more convenience.
Upvotes: 1
Views: 2278
Reputation: 731
Change the color of Display items - C++ variables for changing cout/cin color and C++ Function Templates for endl color.
Please scroll down and check Display items more for details.
Upvotes: 1