Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change the font and color settings for js files in Visual Studio 2010?

I don't see where in the fonts and colors settings javascript settings can be changed.

like image 960
YonahW Avatar asked May 28 '10 15:05

YonahW


1 Answers

VS2012 - Javascript Display Items:

Identifier = "All JS Identifiers"

Keyword = "All JS Keywords, i.e.: var, if, else, this"

String = "all string items"

Comment = "all comments in JS"

like image 133
user2406245 Avatar answered Nov 15 '22 12:11

user2406245