Skip to content

repl autocompletion is off for const and let variables #8319

Closed
@horpto

Description

@horpto

if you define variable foo like this foo = 123 then autocompletion will show foo in the list.

However, if foo are defined like this let qwe = 123 or const asd = 123 then autocompletion will be off for this vars.

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateIssues and PRs that are duplicates of other issues or PRs.replIssues and PRs related to the REPL subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions