Update PyArgumentListInspection to use PyCallExpression.multiMapArguments(PyResolveContext, int)
Unexpected arguments and unfilled parameters are not registered when there is at least one appropriate function. In case of only one failed arguments mapping quickfixes are suggested, otherwise possible callees are shown. In case of only one failed parameters mapping parameters' names are mentioned, otherwise possible callees are shown.
Showing
+222 -59
Please register or sign in to comment