-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
- Version: All
- Platform: All
- Subsystem: REPL (shipped)
It's an annoyance that the REPL prints out all possibilities the first time hitting the tab. It would be much better if it simply autocompleted as much as possible and waited for a subsequent tab before printing out all matches. Here's an example usages:
> Bu<TAB>.al<TAB>U<TAB>S<TAB>
To produce Buffer.allocUnsafeSlow, but in doing so I get a screen filled with matches that I know I don't want.
Throwing this out there in case anyone wants to take care of it before I do (which I don't plan to in the near future).
addaleax, Fishrock123, ramisra and silverwind
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.