【发布时间】:2021-10-21 10:25:18
【问题描述】:
我想更改 VSCode 语法突出显示的样式,以便区分类型和类。
class Thing; // should be one color
type ThingT; // should be another color
我需要指定的令牌名称是什么?我需要TODO Highlight吗?
【问题讨论】:
标签: typescript visual-studio-code vscode-settings syntax-highlighting