Visual Studio COde 中的 JSON 文件中仅突出显示特定字段的空格

Highlight whitespace for only specified fileds in a JSON file in Visual Studio COde

我的一个项目文件夹中几乎没有 json 个文件。我想配置 settings.json 以仅突出显示 json 文件中的空格。

{
  "studentname": "ABC DEF",
  "studentage": 19,
  "studentcity": "city name"
}

这里只需要突出显示“ABC DEF”json而不是“城市名称”。

已尝试“editor.renderWhitespace”:“全部”,但这会突出显示所有文件中的所有空白字符。

这帮助我实现了 jsonschema!!!

https://code.visualstudio.com/docs/languages/json