This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
No completion in namespace packages #12
Comments
i've also come across this:
|
This was referenced Nov 2, 2018
Closed
AlexanderSher
added a commit
to AlexanderSher/python-language-server
that referenced
this issue
Nov 17, 2018
- Fixed namespace package resolution in completions (microsoft#12) - Fixed support for sys.modules (microsoft#363) - Added several tests (microsoft#365) - Fixed support for implicit relative module names (microsoft#366) - Added support for multiple matching rules in PathResolver (microsoft#367) Not yet implemented: - Fix imports of binary modules (microsoft#362) - Fix stubs handling - AstAnalysisWalker - More tests - Code cleanup
I'm running into the same problem. I'm using "native" namespace packages (as defined in PEP-0420, without init.py). I've set up project structure according to this example: https://github.com/pypa/sample-namespace-packages/tree/master/native I have installed those packages in virtualenv via |
jakebailey
pushed a commit
to jakebailey/python-language-server
that referenced
this issue
Nov 1, 2019
- Fixed namespace package resolution in completions (microsoft#12) - Fixed support for sys.modules (microsoft#363) - Added several tests (microsoft#365) - Fixed support for implicit relative module names (microsoft#366) - Added support for multiple matching rules in PathResolver (microsoft#367) Not yet implemented: - Fix imports of binary modules (microsoft#362) - Fix stubs handling - AstAnalysisWalker - More tests - Code cleanup
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
test.py:
Jedi:
PyCharm:
The text was updated successfully, but these errors were encountered: