VSCode highlight syntax error too many arguments

前端 未结 0 1199
醉酒成梦
醉酒成梦 2020-12-17 05:31

How can I highlight syntax errors on VSCode?

For example:

def f(x):
    return x**2

f(x=10)

f(x=10, y=10)

The second function call,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题