Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pdt-dev] How to make code assist of functions automatically?

I have submitted a bug for Eclipse platform concerning this issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=169954

The bug was resolved for the next Eclipse version (3.4/4.0) – so this issue will be solved for php files then.

 

Guy Gurfinkel,

Team Leader, Development Tools

Zend.


From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Xell Zhang
Sent: Tuesday, July 03, 2007 3:54 PM
To: pdt-dev@xxxxxxxxxxx
Subject: [pdt-dev] How to make code assist of functions automatically?

 

Hello, everyone. I am using PDT to develop a web site based on Drupal (hope you know it). Before this I use Zend studio. It's good but not free. Now I convert to PDT and it seems that everything is not bad:)

But I have a problem. In Zend studio when you type a letter, all functions start with this letter will be listed automatically. I like this very much. But in PDT I have to use a shortcut to get the list (seems Alt + "/" by default). I have tried to change some settings in PDT but did not get it work. I found some where I can add the trigger but it is too short that only supports 4 letters/symbols so I cannot give 26 letters...

Is there anyway to get it automatic?

BTW: another problem is there are many build errors for some Drupal core files. They are definitely correct. So does this mean some improvements are needed for PDT?


Back to the top