Tooltips for custom function signatures in TextMate

1

0

I'm using TextMate, and there is a good short key to see "documentation for function call (tooltip)". But it works only for PHP-internal functions.

It would be good to have this functionality for user-defined functions. This information could be taken from the phpdoc block.

I'm already using ctags to jump from function to function, but maybe there is a way to integrate tag files with showing function signature (definition)?

user1016265

Posted 2012-02-22T12:00:32.980

Reputation: 351

Isn't there a "Documentation for Function Call (tool tip)" in the PHP bundle? – romainl – 2012-02-25T06:55:58.630

Yes but it works only for internal function. What about my own functions (class methods etc .. ) ? – user1016265 – 2012-02-27T06:34:54.410

No, I don't think there is such a feature. Maybe you can modify the existing one? – romainl – 2012-02-27T06:39:36.073

this is what about my question :) is there anyone who has ready solution. Because this tooltip for custom function could be very helpfull. – user1016265 – 2012-02-27T12:41:30.577

No answers