Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add '=' to args and kwargs when calling a callable object. #209

Closed
byehack opened this issue Aug 7, 2020 · 2 comments
Closed
Labels
enhancement New feature or request fixed in next version (main) A fix has been implemented and will appear in an upcoming version

Comments

@byehack
Copy link

byehack commented Aug 7, 2020

because of this issue we can only use pylance language server.

but it seems pylance doesn't show '=' for kwargs in calling a function.

image

in this, we should have 'sep=' suggestion instead of 'sep' suggestion for 'print' function. like jedi and microsoft language server.

image

in this, we have 2 same 'sep' suggestion. one is for defined 'sep' value at line 1. another one is for 'print' kwarg.

@github-actions github-actions bot added the triage label Aug 7, 2020
@erictraut
Copy link
Contributor

Thanks for the suggestion. This will be addressed in the next version of Pylance.

@erictraut erictraut added enhancement New feature or request fixed in next version (main) A fix has been implemented and will appear in an upcoming version labels Aug 7, 2020
@github-actions github-actions bot removed the triage label Aug 7, 2020
@jakebailey
Copy link
Member

This issue has been fixed in version 2020.8.1, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/master/CHANGELOG.md#202081-13-august-2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed in next version (main) A fix has been implemented and will appear in an upcoming version
Projects
None yet
Development

No branches or pull requests

3 participants