bobthecow / psysh

A REPL for PHP
https://psysh.org
MIT License
9.74k stars 310 forks source link

Tab completion doubles method name #506

Open tgr opened 6 years ago

tgr commented 6 years ago

E.g. type array_slice and then press tab several times. The result will be something like

>>> array_slice 
array_slice
>>> array_slice array_slice
array_slice
>>> array_slice array_slice
array_slice
>>> array_slice array_slice

(tested on v0.9.6)

bobthecow commented 4 years ago

This is fixed by #649!