Skip to content

REPL tab completes $ suffix for objects #3337

Closed
@olafurpg

Description

@olafurpg

I tried the following in the new REPL from tag v0.4.0-RC1

scala> scala.Pre<TAB>
Predef$  Predef
scala> scala.Predef$<ENTER>
1 |scala.Predef$
  |^^^^^^^^^^^^^
  |value `Predef$` is not a member of scala - did you mean `scala.Predef`?

I expected it to tab complete to Predef without the $ suffix.

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