Beginner: How to use autocomplete of variables

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
Topenga
Posts: 6
Joined: Wed Feb 10, 2010 12:47 pm

Beginner: How to use autocomplete of variables

Post by Topenga »

Hi,

if I write a function like lets say fopen, I can use the autocomplete after tipping 2 letter fo. Then I get the function with braces like
fopen( ) and an "tip" for the function. But if I now want to add a variable, it nots giving me a list of variables after writing the $. I have to move the curser somewhere else and than back between the braces, after that tipping $ results in a small window with my variables.
I guess that not the right way to do it, isn't it?
I tried space and escape but i dont get it.

Can somebody explain it to me (for dummies :-)

Thanks
Topenga
-------------------------------
Webuilder 2010
davenz

Re: Beginner: How to use autocomplete of variables

Post by davenz »

Does control + space give you the auto-complete list??

I don't do any php coding nor much javascript stuff but have noticed I don't get the list in a few instances but always seem to be able to generate it with the ctrl+space keyboard shortcut.

Dave
davethompson.co.nz
Topenga
Posts: 6
Joined: Wed Feb 10, 2010 12:47 pm

Re: Beginner: How to use autocomplete of variables

Post by Topenga »

Thanks Dave,

Your hint let me find out that google search was interfering with it. After deactivating it, I now can get the list of autocompleting by ctrl + space.

Thank you, makes my life much easier.

Topenga
-------------------------------
Webuilder 2010
Post Reply