How to view source of import/using Package?

That’s a good tip about edit. This worked for me in the REPL:

julia> import Package
julia> edit(Package)

That opens Package.jl in the same VSCode window.
It would be nice if the VSCode extension had a shortcut for doing the same?

1 Like