Skip to content

[REPL] Autocompletion of arguments inside ModuleName.function call is broken #55420

Closed
@giordano

Description

@giordano

On f0a2a7a, autocompletion of the arguments inside function calls of the form Module.function is broken, only keywords are suggested, not types, variables, functions, etc. For example:

M.f(p<TAB>

directly autocompletes to

M.f(primitive type

because primitive type is the only keyword starting with p. This is a regression, autocompletion in this situation used to work in previous versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)bisect wantedbugIndicates 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