admin管理员组

文章数量:1241128

I'm changing appearance of my vscode editor and I want to make functions declarations with def kw highlighted (hightlight only function name, watch picture below)

However, when I use editor.semanticTokenColorCustomizations -> rules -> function.declaration, I also get classes which implement __call__ method hightlighted. How could it be fixed?

I have as well tried setting foreground for meta.function scope into editor.tokenColorCustomizations -> textMateRules

本文标签: visual studio codevscode functions highlightingStack Overflow