Hi Ian,
I've written a quick and dirty script for code completion for PHP on TextMate. details here: http://ian.ardes.com/phpcc
Very cool! :)
My only gripe is that the lookup is a bit slow on my 1.33GHz Powerbook and that when the tooltip is there the next key you press is used to dismiss the tooltip, instead of typing. So when I do:
mysql_fetch*esc* I get: mysql_fetch_ When I then type the 'a' key for fetch_array, the tooltip dissapears and my key is not entered.
For the rest, I love this hack! :)