Why doesn't the VS Code Julia Extension jump to definitions for Standard Library types, when it will jump to definitions for installed packages?

I think that stdlibs should be expected to work like external packages in most regards (except that they are shipped with Julia itself so you don’t have to download them).
See also this discussion:

1 Like