You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
if you define variable
foo
like thisfoo = 123
then autocompletion will showfoo
in the list.However, if
foo
are defined like thislet qwe = 123
orconst asd = 123
then autocompletion will be off for this vars.The text was updated successfully, but these errors were encountered: