emacs-php/psysh.el

Input completion

zonuexe opened this issue · 0 comments

The current AutoCompleter enables readline_completion_function() directly, but this completion mechanism can be provided in addition to the native readline() function. So is the UserlandReadline, which is based on Hoa, for example.

The nodejs-repl.el suggested by @takeokunn seems to do exactly that.