Skip to content

The -print-lines option disables tab completion in REPL #14227

@adpi2

Description

@adpi2

Originally reported in sbt/sbt#6780 by @jhnaldo

Compiler version

3.1.0

Minimized code

$ scala3-repl -print-lines
Welcome to Scala 3.1.0 (1.8.0_275, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
                                                                                
scala> val hello = 42
     |val hello: Int = 42
                                                                                
scala>hel<TAB>

Tab completion does not work.

Expectation

Tab completion should work when -print-lines is turned on.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions