PHP function hints

Post your questions and problem reports here

Moderator: kfury77

Forum rules
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;
Post Reply
xtom
Posts: 46
Joined: Thu Jun 10, 2010 5:19 pm
Location: Kildare, Ireland
Contact:

PHP function hints

Post by xtom »

Functions hints aren't showing up when I'm typing a php function, do I have to do something to enable this? (WeBuilder 2010)
xtom
Posts: 46
Joined: Thu Jun 10, 2010 5:19 pm
Location: Kildare, Ireland
Contact:

Re: PHP function hints

Post by xtom »

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.
User avatar
EvilBMP
Posts: 120
Joined: Thu Jan 04, 2007 1:57 am
Location: Germany

Re: PHP function hints

Post by EvilBMP »

Ctrl+Shift+Space is your friend :-) - but your cursor must be inside the brackets
xtom
Posts: 46
Joined: Thu Jun 10, 2010 5:19 pm
Location: Kildare, Ireland
Contact:

Re: PHP function hints

Post by xtom »

Thanks for the tip! :)
Bangerson
Posts: 1
Joined: Mon Jan 24, 2011 12:57 pm

Re: PHP function hints

Post by Bangerson »

EvilBMP wrote:Ctrl+Shift+Space is your friend :-) - but your cursor must be inside the brackets
and how a can enable showing function hints automatically when i'm open function brackets? without press ctrl+shift+space

ps: sorry fot my bad english ;)
ps2: i'm isung brackets autocomplete
User avatar
Capricorn
Posts: 63
Joined: Fri Aug 06, 2010 11:37 am
Location: Germany!
Contact:

Re: PHP function hints

Post by Capricorn »

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