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?
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?