Skip to content

Tab completion of symbols fails when doing using Package: Foo #29275

@KristofferC

Description

@KristofferC

For example:

julia> using LibGit2: GitRepo

julia> GitR<TAB> # doesn't complete

julia> using LibGit2

julia> GitR<TAB> # completes to GitRepo

This also fails on 0.6 but according to @ararslan it works on 0.5 so marking as regression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions