Skip to content
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

Scala REPL tab completion does not work if an initialization file is used #9643

Closed
scabug opened this issue Feb 3, 2016 · 2 comments
Closed

Comments

@scabug
Copy link

scabug commented Feb 3, 2016

This works:

Run scala then at the prompt type "import java." and press tab: a list of possible completions appears.

Create a file i.scala that contains an import or e.v. "var x = 1" then run scala. Now, when at the prompt and after typing "import java." and pressing tab, nothing happens.

In my case this happened whenever the init file is non-empty, even if it contains only comments.

See the same behaviour on another machine that has Scala 2.11.5 (rest of the environment is the same)

@scabug
Copy link
Author

scabug commented Feb 3, 2016

Imported From: https://issues.scala-lang.org/browse/SI-9643?orig=1
Reporter: Johann Petrak (johann_petrak)
Affected Versions: 2.11.7
Duplicates #7898

@scabug
Copy link
Author

scabug commented Feb 3, 2016

@som-snytt said:
I hope I understood the description.

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

1 participant