It would be GREAT to have unix-style autocompletion with Tab key. I'm using ZendFramework with all those looong class names.
So, when I type
$plugins = new Zend_Con
it shows me bunch of proposals (> 30), but I'm really looking for
Zend_Controller_Plugin_Broker... So I have two options - either select from the long list (lot of scrolling) or type "Zend_Controller_Plugin", then select from the short list (of 3 proposals). Both uses lot of time and therefore suxx
It would be great to type
$plugins = new Zend_Con then hit TAB and it completes to Zend_Controller_ (the common part for all choices from those >30). Then I hit P (for Zend_Controller_P), hit TAB again and it gives me Zend_Controller_Plugin_ and the list of only 3 proposals.
It's nice, functional and very intuitive for those who work in Unix-based systems.
Please let me know what do you think, dmitri!