Closed
Description
For example, in typeshed repository, I have the following configured:
"python.analysis.typeshedPaths": [
"${workspaceFolder}"
],
I'd expect absolute imports to find symbols from typeshed's own stubs, and "Go to type definition" to lead to typeshed's own .pyi
(when it exists) instead of the installed library.
Here's a couple example:
When new modules get added (or a new stub gets worked on, which is full of new modules):
Here's the full config: