Skip to content

Tab completion doesn't complete dictionary keys #153

@staticfloat

Description

@staticfloat

I notice that tab'ing lists possible completions above the infiltrator line, but no amount of tab'ing actually completes a dictionary key:

julia> using Infiltrator
       d = Dict("a very long key" => true)
       @infiltrate
Infiltrating top-level frame

infil> d["a
"a very long key"]
infil> d["a
"a very long key"]
infil> d["a
"a very long key"]
infil>

Whereas this does work at the main REPL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions