There are a couple of similar threads here, but most of the other tips don't work on PDT so let's make this one specific to Eclipse PDT for PHP.
I'll start (w/ credit to those that work from other the other threads):
- CTRL-SPACE = code completion
- CMD-/ = auto comment
- CMD-SHIFT-L = key assist
- If autocomplete isn't working right and filenames aren't expanding, right click on project folder and go to php build path and add folder
- CMD-SHIFT-t = shows list of classnames
- CMD-SHIFT-r = shows list of files
- I would say add the Generate Getters and Setters plugin except I just did and it doesn't work for me.
- Don't like the @author variable used by the doc block? Change it. Note the comments include the tricky way of fixing this on the Mac.