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

Auto completion doesn't work as expected #855

Closed
syvshc opened this issue Jan 20, 2021 · 2 comments
Closed

Auto completion doesn't work as expected #855

syvshc opened this issue Jan 20, 2021 · 2 comments
Labels
fixed in next version (main) A fix has been implemented and will appear in an upcoming version

Comments

@syvshc
Copy link

syvshc commented Jan 20, 2021

I found Pylance when writing python, it is very pretty. However Auto-completion doesn't work as expected, Take an example of numpy, here's Jedi performs
Jedi.gif

Jedi tells me there is a function called sin(), but Pylance doesn't.

Pylance.gif

I have below extensions related to python: Pylance, pylint, python.

And I found a similar issue #787 (comment)

@judej judej added the needs investigation Could be an issue - needs investigation label Jan 20, 2021
@github-actions github-actions bot removed the triage label Jan 20, 2021
@jakebailey
Copy link
Member

This should be fixed in the next release with numpy 1.20 installed:

image

@jakebailey jakebailey added fixed in next version (main) A fix has been implemented and will appear in an upcoming version and removed needs investigation Could be an issue - needs investigation labels Apr 13, 2021
@jakebailey
Copy link
Member

This issue has been fixed in version 2021.4.1, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#202141-14-april-2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

4 participants