In julia-vscode extension, there seems to be no way to Go to Definition to see the toplevel source code of an imported package. I found I can do it from the REPL like this:
julia> import Package
julia> edit(Package)
It would be nice if just hitting F12 over an import or using statement in Julia code would accomplish the same thing as those 2 lines of code in the REPL.
Thanks so much for your efforts making Julia awesome in VScode. 👍🏽