How to change keyword Color in Visual Studio 2013?
-
string[] names = new string[] { "Alex", "George", "Bob" };
For the example above in Visual Studio the string is blue which represents the string class and "Alex", "George", "Bob" are red.How I change the colors of that to what I want and I saw a video which had light red the 0 and 1 of this
array[0] = 1
;. thank you.
-
string[] names = new string[] { "Alex", "George", "Bob" };
For the example above in Visual Studio the string is blue which represents the string class and "Alex", "George", "Bob" are red.How I change the colors of that to what I want and I saw a video which had light red the 0 and 1 of this
array[0] = 1
;. thank you.
On the "Tools" menu, select "Options..." In the resulting dialog, open the "Environment" branch, then select the "Fonts and Colors" page. It allows you select the fore- and back- ground color for each part of the syntactical highlighter.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
On the "Tools" menu, select "Options..." In the resulting dialog, open the "Environment" branch, then select the "Fonts and Colors" page. It allows you select the fore- and back- ground color for each part of the syntactical highlighter.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Nice thank you but can't find any words related to arrays to make the content of an array light red.
-
Nice thank you but can't find any words related to arrays to make the content of an array light red.
Change the "string" colour setting.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Nice thank you but can't find any words related to arrays to make the content of an array light red.
-
Change the "string" colour setting.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Thank you I ll try it.