"C_Cpp.formatting": "clangFormat",
"C_Cpp.intelliSenseEngineFallback": "Enabled",
"clangd.detectExtensionConflicts": false,
"editor.formatOnType": true,
"editor.semanticTokenColorCustomizations": {
"enabled": true, // enable for all themes
"rules": {
"*.static": {
"foreground": "#ff0000",
"fontStyle": "bold"
},
"property": { //属性
"foreground": "#1ad18b",
"fontStyle": "bold"
},
"macro": { //宏
"foreground": "#ec106c",
"fontStyle": "bold"
},
"function": { //函数
"foreground": "#f7f8a6e9",
// "fontStyle": "bold"
},
"variable.global": { //全局变量
"foreground": "#06d0f9",
"fontStyle": "bold"
},
"variable.local": { //局部变量
"foreground": "#06d0f9",
// "fontStyle": "bold"
},
}
}
vscode
于 2022-04-22 17:16:22 首次发布