-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
Using version 1.4.1 REPL mode, it seems that tab completion for block-scoped variables (i.e. let
and const
statements) doesn't show suggestions, while tab completion for variables declared with var
or otherwise just assigned a value without a deceleration, does show up a list of suggestions.
Of course, this happens in strict mode, or else I couldn't use let
and const
.
avindra
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.