PHP function hints
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
PHP function hints
Functions hints aren't showing up when I'm typing a php function, do I have to do something to enable this? (WeBuilder 2010)
Re: PHP function hints
OK they seem to show up when I pause for a second or so before I type the brackets. I've a habit of pressing space quickly after I type the name and before the first bracket which won't display the hint then.
Re: PHP function hints
Ctrl+Shift+Space is your friend
- but your cursor must be inside the brackets

Re: PHP function hints
Thanks for the tip! 

Re: PHP function hints
and how a can enable showing function hints automatically when i'm open function brackets? without press ctrl+shift+spaceEvilBMP wrote:Ctrl+Shift+Space is your friend- but your cursor must be inside the brackets
ps: sorry fot my bad english

ps2: i'm isung brackets autocomplete
Re: PHP function hints
It should show the hints automatically.
Start typing in the function you want to use, if the right one is suggested in the list, press enter and the hint will appear with the cursor at the correct position.
Try reducing the delay in preferences, editor, auto complete.
Start typing in the function you want to use, if the right one is suggested in the list, press enter and the hint will appear with the cursor at the correct position.
Try reducing the delay in preferences, editor, auto complete.