Skip to content

repl: tab completion regression in v6 #6325

@targos

Description

@targos
  • Version: v6.0.0-rc.3
  • Platform:
  • Subsystem: repl

It seems that tab completion only works if the element to be completed is at the beginning of the line.
Examples:

  • > buf<TAB> completes to buffer
  • > <SPACE>buf<TAB> does not complete
  • > buffer.<TAB> completes to the list of buffer properties
  • > var buf = buffer.Slow<TAB> does not complete

Metadata

Metadata

Assignees

No one assigned

    Labels

    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