-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
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.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
In most terminals it's possible to use an asterix (*
) to indicate a wildcard search (as filter).
It would be great to add something like this to our REPL as well, e.g., using the current autocompletion with util.types.is*F
results in the globals that start with an F
. Instead, it would be great to print all is
functions that start with is
and that have an F
somewhere in their name.
Using the asterix at the end should print everything as if it's not there (it currently prints nothing).
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.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.