The "go to definition" function in vscode cannot be used on the system module (Python)?

Open a project with vscode (the python plug-in has been installed and select interpreter has selected the correct pyenv environment), but the function of finding the definition is only valid for the modules of the project itself, and cannot be used outside the project (such as the standard library, see figure)

is there a way to make this feature equally effective for libraries outside the project?


Apr.03,2022
Menu