简体   繁体   中英

What is the meaning of the colors within this string literal?

As far as I can tell, the following is just a simple string literal with four escapes for the double quotes:

string x = "{ \"Matter\": \"openDate\" }";

Why does Visual Studio make the curly braces and the semicolon black and \"Matter\" brown? Shouldn't the whole thing be red, like \"openDate\" ?

在此处输入图像描述

It does appear to be intentional JSON highlighting. If you go to Tools -> Options -> Environment -> Fonts and Colors, you can see and change the settings:

在此处输入图像描述

You can turn it on and off in the settings here (note I had to close the file and re-open it for the changes to take effect):

在此处输入图像描述

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