Bei Chu - NJU
Results
1
comments of
Bei Chu - NJU
试了一下,想要给 mut 变量添加下划线,Settings.json 里好像要这么写: ```json "editor.semanticTokenColorCustomizations": { "enabled": true, "rules": { "*.mutable": { "underline": true, }, } }, ``` 这样好像也不需要额外设置`editor.semanticHighlighting.enabled`了