-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
- 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 tobuffer
> <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
Labels
replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.