Skip to content

REPL: true and false aren't autocompleted in function arguments #49892

@giordano

Description

@giordano
julia> f(x) = x
f (generic function with 1 method)

julia> f(fals

press TAB after fals and you get falses, instead of false. This happens only in function arguments, false and true are normally autocompleted when they are outside of function arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)bugIndicates an unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions