-
Notifications
You must be signed in to change notification settings - Fork 1.2k
The intellisense is not work in this case #181
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
Comments
With jedi 0.11.1 it seems to be OK. |
I think the issue is with auto completing for c1 not for b. I don't think Jedi knows about pep 484 type comments. See davidhalter/jedi#946 |
I tried this in the latest master and the result I'm getting is that Unless this extension does something to alter Jedi's behavior. This feels like a bug in Jedi (Jedi is supposed to handle [PEP 526](https://www.python.org/dev/peps/pep-0526/ but it seems to handle it wrong) and should probably be submitted as an issue upstream to Jedi. |
What's the current progress for this ticket? |
@zhoudotnet we closed it because we believed it was resolved with the latest release of Jedi. If you are having issues then please open a a new issue. |
From @zhoudotnet on September 20, 2017 12:45
Environment data
VS Code version: 1.15
Python Extension version: 0.7
Python Version: 3.6
OS and version: win10
Actual behavior
I created 2 files: a.py and b.py.
b.py:
a.py:
In a.py file, the pythonVSCode plugin can not identify c1, and there are no intellisense for c1. But the pythonVSCode plugin can identify c2, there are intellisense information for c2.
Copied from original issue: DonJayamanne/pythonVSCode#1223
The text was updated successfully, but these errors were encountered: