VSCode: 改变打印颜色()

VSCode: Change color of print()

是否可以更改VSCode(整行)中打印语句的颜色?类似于以下内容,但仅适用于打印语句和整个打印行:

"editor.tokenColorCustomizations": {
  "{print statements}": "#555555"
},

我在我的代码中使用了很多打印语句,并且想让它们不那么突兀 - 因此尝试将它们更改为不太明显的颜色。

你可以试试TODO-highlight extension as suggested in