-
How do I have stub generation + editable install (pip install -e .)? I'm trying to get my vscode to show type hints for my extension module during development. |
Beta Was this translation helpful? Give feedback.
Answered by
nurpax
Apr 22, 2024
Replies: 1 comment 9 replies
-
my package does successfully install locally, and I can see that the function signature is there, but I'm not getting any help from my IDE
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm doing something similar and this seems to work for me: