views:

336

answers:

2

Hey Guys, this sounds a bit stupid, but i try for several days now to get autocomplete working. i have a clean install of pdt and one with plugins like aptana and subversion, but none works with autocomplete. what do i have to do that i get a list with all functions, variables, etc beginning with "str" for example when i type "str"? Do i need some shortcut for this? In Netbeans it is working without shortcuts...and this video looks like its working in eclipse too. link text

Thanks for any hints and help ;) Regards

A: 

ok, i found the solution now. if anyone else has same problems here is the way: go to window->preferences->PHP->Editor->Code Assist

Abenil
+2  A: 

For me, when using PDT, when I begin to type a variable, I can do Ctrl-space and I get a list of matching defined variables in my code. I believe you can get the list automatically. If you go Window->Preferences, then find PHP in the left column. Expand PHP, expand Editor, and select Code Assist. I believe Auto Activation is the option to pop up the autocomplete automatically.

hendepher
thanks for your reply, i just found the solution myself...i did exact the same like you said. ;)
Abenil