PHP constant calltips?

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
bmode
Posts: 2
Joined: Mon Jun 08, 2015 12:08 pm

PHP constant calltips?

Post by bmode »

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.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: PHP constant calltips?

Post by Aivars »

I'm not entirely sure what you mean, could you please elaborate? Thanks.
Blumentals Software Programmer
bmode
Posts: 2
Joined: Mon Jun 08, 2015 12:08 pm

Re: PHP constant calltips?

Post by bmode »

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.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: PHP constant calltips?

Post by Aivars »

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
Post Reply