I'm thinking of implementing a <div> above the text field that will be acceeded by arrow keys while typing the seeked function name. (like in a mailer for example when you start typing the recipient name).
Yes. And it would be nice to be able to press some button to autocomplete the function name while you are close to the end :) Or if there was only one function left in the list and you press enter then that function name would be used to display a manual page.
Any prefered key for auto-completion ? :)) I'll add this two suggestions to the JS.
Tab would be natural, but I guess it cannot be caught by JS, so maybe cursor right? :) I am not sure it can be caught either.
Goba
