Hover working for modules but not classes/functions for internal libraries #6623
Unanswered
ngriffiths13
asked this question in
Q&A
Replies: 2 comments 15 replies
-
Hey @ngriffiths13, do other Pyright features for you work, such as autocompletion? |
Beta Was this translation helpful? Give feedback.
15 replies
-
Related?: microsoft/pyright#2135 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not actually sure if this is an issue with Pyright or with Zed, but I thought I would see if anyone could point me in the right direction here.
When hovering over imported python modules (from internally hosted private pypi) I can see all of the docstrings and things I would expect to see. However, when I hover over the classes or functions I am importing from those modules, it shows up as
Unknown
. This doesn't happen when I install packages from the public PyPI repo.Anyone have any idea why this might be happening or where I can start poking around to find a fix?
Beta Was this translation helpful? Give feedback.
All reactions