Skip to content

Go to Definition (F12) for import/using statements #2860

@guidorice

Description

@guidorice

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. 👍🏽

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions