-
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
Intellisense and Code navigation fails in New language when using package names #2153
Comments
I think this might be microsoft/PTVS#4524 |
I do have the insiders build, deleted everything and started again (the new files are under |
@DonJayamanne I think #2144 might need to be merged to get the latest language server |
I have the same problem. The vscode and language server are updated. vscode version: 1.25.1 |
I have the same problem.
|
Seems to be fixed in the latest version of the insider build, but is broken for the July release. Working Version: 1.27.0-insider |
Just tried with that insiders build and still having this issue... |
I have the same problem. vscode version: 1.26.1 |
i have the same problem too |
I'm having the exact same problem. And this just happened with the latest update (not Insiders, just the regular stable build). vscode version: 1.26.1 |
Yes, Exactly the same issue on v1.26.1 on x64. Linux |
I'm have the same issue also on Windows. My version is also v1.26.1 |
Environment data
Actual behavior
Expected behavior
Code navigation should work.
Steps to reproduce:
mypkg1
__init__.py
and__main__.py
files in the abovemypkg1
dirbar.py
in the above directory with the following contents:foo.py
in the above directory with the following contents:from mypkg1.
there's no auto completion (intellisense). This works in Jedi.do_something
, will not go intobar.py
file.mymod1.bar
.[Python (analysis)] Unable to resolve 'mymod1.bar'. IntelliSense may be missing for this module.
This works in Jedi, both intellisense and code navigation.
FYI - This was identified while working on PTVSD.
The text was updated successfully, but these errors were encountered: