Hello,
Is there any chance in the near future about this feature will be implement? Only function name with parameter tip is not going to help the developer decrease developing time much imho.
Thanks for listenning.
PHP constant calltips?
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: PHP constant calltips?
I'm not entirely sure what you mean, could you please elaborate? Thanks.
Blumentals Software Programmer
Re: PHP constant calltips?
okey,
when you want to invoke some function, let says "phpinfo()" and phpinfo's constants that can be the parameters list are INFO_VARIABLES, INFOR_MODULES, INFO_* so i did refer these as "constant list" calltips. Right now only function name is supported right? but not for constants of function parameter.
Sorry about my English.
when you want to invoke some function, let says "phpinfo()" and phpinfo's constants that can be the parameters list are INFO_VARIABLES, INFOR_MODULES, INFO_* so i did refer these as "constant list" calltips. Right now only function name is supported right? but not for constants of function parameter.
Sorry about my English.
Re: PHP constant calltips?
Right now it will support the constants in your project (if you use a project and have set its library path) that are declared with Define(...). But you're right, global constants are not displayed in auto-complete right now.
Blumentals Software Programmer