nodejs / repl

REPL rewrite for Node.js ✨🐢🚀✨
MIT License
177 stars 25 forks source link

Tab instant completion #33

Closed bogdan closed 4 years ago

bogdan commented 5 years ago

Instantly autocomplete a common part of all suggested completions

Example:

Typing "P" has two variants of completion: "Proxy" and "Promise", so the console would instantly update to "Pro" as this is a common part of all suggested completions.

The behavior is similar to Bash or ZSH.

Resolves #32

devsnek commented 4 years ago

Due to readline migration we have this functionality now