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

repl autocompletion is off for const and let variables #8319

Closed
horpto opened this issue Aug 29, 2016 · 3 comments
Closed

repl autocompletion is off for const and let variables #8319

horpto opened this issue Aug 29, 2016 · 3 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. repl Issues and PRs related to the REPL subsystem.

Comments

@horpto
Copy link

horpto commented Aug 29, 2016

if you define variable foo like this foo = 123 then autocompletion will show foo in the list.

However, if foo are defined like this let qwe = 123 or const asd = 123 then autocompletion will be off for this vars.

@addaleax addaleax added repl Issues and PRs related to the REPL subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. labels Aug 29, 2016
@addaleax
Copy link
Member

See #983 – this has been a known bug for a while… Since this is a duplicate, I’m closing this, but it’s still appreciated that you took the time to report the issue.

@horpto
Copy link
Author

horpto commented Aug 29, 2016

Ok, sorry to bother you.

@addaleax
Copy link
Member

@horpto No need to apologize for anything – it’s not bad to be reminded of outstanding bugs every once in a while! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. repl Issues and PRs related to the REPL subsystem.
Projects
None yet
Development

No branches or pull requests

2 participants