-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Go to definition and autocompletion not work on some library #430
Comments
Environment data Getting the same problem after updating to 1.19 on some of projects. |
@tomlaube you're experiencing a different issue. Please could you create a separate issue for this. |
https://donjayamanne.github.io/pythonVSCodeDocs/docs/autocomplete/ However I could not figure out then where the necessary extraPath I need to configure.. |
Found something interesting, please check the following: googleapis/google-cloud-python#3686 |
Yes it is.
I think the issue you mentioned |
@DonJayamanne So might we want to have a ticket as an enhancement to support namespace package auto completion & go to definition, independent from this issue..? |
Yes, and please close this issue and then point back to this issue (in the new one). |
Closing in favour of #231 |
Environment data
VS Code version: 1.19.0
Python Extension version: 0.9.0
Python Version: 2.7.4
OS and version: Mac OS X High Sierra
Actual behavior
For some import (in the example above, library Airflow) VSCode + Python can normally jump to its original source file (even the library is installed in virtualenv), and auto completion also works. But others (in the example above, library google-cloud-bigquery) I cannot use both of them. VSCode doesn't recognize the library while the code can successfully run.
Expected behavior
I can use auto completion,
Steps to reproduce:
Logs
empty.
Do you have any idea what causes this issue..?
Thanks in advance.
The text was updated successfully, but these errors were encountered: