Can I modify VSCode syntax highlighting so that a python parameter variable’s color is different from function call keyword parameters?
I was able to modify both the color of parameter variables and function call keyword parameters at the same time, but I cannot seem to modify them separately.
How can I use semantic highlighting in vscode like in pycharm?
is there any way to do this in vscode like in pycharm?