Skip to content

Tab completion doesn't work in macros together with module qualification #51827

@fredrikekre

Description

@fredrikekre
Member

Seems specific to some macros, e.g.

@code_warntype Base.ac<TAB>  # gives nothing
@time Base.ac<TAB>           # works

Activity

self-assigned this
on Oct 24, 2023
added a commit that references this issue on Oct 24, 2023
eb19720
added a commit that references this issue on Oct 24, 2023
cf3052a
added a commit that references this issue on Oct 25, 2023
3b1ba62
added 2 commits that reference this issue on Nov 27, 2023
2163ca5
4aeef21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

REPLJulia's REPL (Read Eval Print Loop)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @fredrikekre@aviatesk

    Issue actions

      Tab completion doesn't work in macros together with module qualification · Issue #51827 · JuliaLang/julia