Hello,
Is there a way to setup to auto show function pop-up and/or prototype when typing inside the function scope? E.g., assuming PHP: preg_match('[cursor here and a pop-up showed up].
Sorry if it is totally basic, but I searched the manual and the function pop-up section doesn't tell anything related.
Thanks, Alfred R. Baudisch
On Mar 24, 2010, at 10:21 PM, Alfred Reinold Baudisch wrote:
Is there a way to setup to auto show function pop-up and/or prototype when typing inside the function scope? E.g., assuming PHP: preg_match('[cursor here and a pop-up showed up].
It depends on the bundle, so there’s no general answer, but most that have completion of this sort use ⌥⎋.
PHP is one where this works. Type ‘preg_’ and hit it to see.
Sorry if it is totally basic, but I searched the manual and the function pop-up section doesn't tell anything related.
I’m not sure if it’s documented anywhere since it’s implemented by bundles and no the application itself.