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,