Skip to content

[REPL] Autocompletion broken for macro names if there's other text after it #55842

@giordano

Description

@giordano

On d6fa66f:

julia> @<TAB> using Dates

or

julia> @tim<TAB> using Dates

don't complete at all the macro name if there's something else after the @ sign. This is a regression compared to all previous versions (v1.0 to v1.11)

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)bugIndicates an unexpected problem or unintended behaviorcompletionsTab and autocompletion in the replregressionRegression in behavior compared to a previous version

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions