简体   繁体   中英

More font colors for JS files in Visual Studio (Express 2013 for Web)

I've just started learning Javascript and I was wondering if there is a way to get more colors for the code to improve learning? In the previous answers I found that keywords, identifiers, strings and comments can get unique colors, is it possible to get more? For example, this row is now all in one color except for the brackets, the 0 and the equal sign:

document.getElementById(rowId).cells[0].innerHTML = theText;

I'm using Visual Studio Express 2013 for Web.

document.getElementById(rowId).cells[0].innerHTML = theText;

Unfortunately most of this cannot be changed. The alphabet text in your example all fall under the same category: Tools -> Options -> Fonts and Colors -> Identifier. You can change the period in: Tools -> Options -> Fonts and Colors -> Punctuation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM