[Feature Request] Add '=' to args and kwargs when calling a callable object. #209
Labels
enhancement
New feature or request
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
because of this issue we can only use pylance language server.
but it seems pylance doesn't show '=' for kwargs in calling a function.
in this, we should have 'sep=' suggestion instead of 'sep' suggestion for 'print' function. like jedi and microsoft language server.
in this, we have 2 same 'sep' suggestion. one is for defined 'sep' value at line 1. another one is for 'print' kwarg.
The text was updated successfully, but these errors were encountered: