I'm new to Dev-PHP and PHP in general.
How do I enable code completion in the Dev-PHP ide?
Thanks - Jason
Hi Jason,
> How do I enable code completion in the Dev-PHP ide ?
Ctrl+Space (list of functions) and Shift+Ctrl+Space (list of arguments of current function)
For example : Hitting <p>, <g>, <Ctrl>+<Space> will draw a list of functions starting with pg
Regards, Pierre.
Log in to post a comment.
I'm new to Dev-PHP and PHP in general.
How do I enable code completion in the Dev-PHP ide?
Thanks - Jason
Hi Jason,
> How do I enable code completion in the Dev-PHP ide ?
Ctrl+Space (list of functions) and
Shift+Ctrl+Space (list of arguments of current function)
For example :
Hitting <p>, <g>, <Ctrl>+<Space>
will draw a list of functions starting with pg
Regards,
Pierre.