-
Notifications
You must be signed in to change notification settings - Fork 768
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
No intellisense for untyped **kwargs #119
Comments
Can you elaborate what you mean by "list of member"? Are you referring to the members of the kwargs dictionary? The keys within this dictionary are unknown to a type checker. Where do you think it would get that information? |
Ah sorry, no, I just mean the members of |
Ah, got it. Thanks for the additional explanation. We'll look into it. |
Thanks for the bug report. This will be fixed in the next version of Pylance/Pyright. |
Wow, amazing turnaround time. You've been super helpful - thanks! |
This issue has been fixed in version 2020.7.3, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/master/CHANGELOG.md#202073-21-july-2020 |
Environment data
Code Snippet
Expected behaviour
When typing
kwargs.
inside the function, intellisense should pop up the list of members.Actual behaviour
Nothing happens.
Logs
The text was updated successfully, but these errors were encountered: