I like this, but I feel that a list of all the potential completions instead of snapping to the nearest one would be very useful. Sometimes you remember part of the function you're after but not the enough of it to get the autocomplete to snap to the right thing. It could still snap to the nearest, but seeing a list of potential completions would be nice as well.
Nice work, I've been wanting to do something like this as well,at least for my own reference. I'd really love to be able to search for parts of the functions' name, for example, searching 'arr' would give all the functions containing the word 'arr', be it in the middle or anywhere in the name.<p>And please add jquery documentation. It is getting huge and difficult to reference. I myself sometimes just can't be sure if I should use .before() or .insertBefore().
This kind of interface would be great for quick referencing like that
Seems very limited compared to the PHP.net documentation. For instance I like to see return values.<p>Also, PHP being PHP certain sections are a bit of a mess, such as str* function, and having the 'see also' section along with the function list on the left often helps me find what I'm looking for when I can't remember what it's called.
I got an unexpected result for "back" as per the following screenshot:<p><a href="http://screen.capture.mindcast.com/clips/1362419850gn9hxd2j93.png" rel="nofollow">http://screen.capture.mindcast.com/clips/1362419850gn9hxd2j9...</a>
The site looks great and I'm curious how your indexing all those docs to be searched so quickly. However I also feel obliged to tell you to stop encouraging people to use PHP =p