Skip to content

REPL tab completes $ suffix for objects #3337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
olafurpg opened this issue Oct 17, 2017 · 0 comments
Closed

REPL tab completes $ suffix for objects #3337

olafurpg opened this issue Oct 17, 2017 · 0 comments

Comments

@olafurpg
Copy link
Contributor

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.

rsoeldner added a commit to rsoeldner/dotty that referenced this issue Oct 23, 2017
smarter added a commit that referenced this issue Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants