While working with a peer who used pycharm, I noticed he was able to open up the packages of external libraries in our app. In other words, he could dig in to the source code of that library/package. When I try to CMD + click external libraries in VS Code, this isn't possible; I can only do it with files/modules that are within my own code base. Can I enable this somewhere in the settings?
There is a Go To Definition
, however, this is "empty" when I end up clicking on an external package.