一份很nice的vscode settings.json配置项
{“editor.quickSuggestions”: {//开启自动显示建议“other”: true,“comments”: true,“strings”: true},// 设置注释的颜色“editor.tokenColorCustomizations”: { "comments": "#919191", // 注释"keywords": "#fc6794", // 关键字// 变量名"strings": "#fcc155e0", // 字符串"variables": "#




