gpt4 book ai didi

visual-studio-code - 如何在 VS Code 中更改逗号和括号颜色

转载 作者:行者123 更新时间:2023-12-03 16:29:47 27 4
gpt4 key购买 nike

听起来有点愚蠢,但我不知道如何定位这种类型的文本。在 VS Code 1.5 中更改逗号、引号、括号等颜色的命令是什么?

非常感谢

最佳答案

settings.json Ctrl+,

"editor.tokenColorCustomizations": {
"textMateRules": [{
"scope": "punctuation",
"settings": {
"foreground": "#ffffff"
}
}]
}

https://code.visualstudio.com/docs/extensions/themes-snippets-colorizers#_textmate-theme-rules

https://www.sublimetext.com/docs/3/scope_naming.html

关于visual-studio-code - 如何在 VS Code 中更改逗号和括号颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45741843/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com