I'm managed to get code completion for my action helpers by setting up a helper class, I'm trying to do the same with the view helpers but it doesn't seem to work.
Codehinting class has methods for each of the view helpers, this method works in netbeans but I can't seems to get it to work in PhpED, anyone got any suggestions?
I've the following at the top of my view files.
/**
* @var $this Dlayer_View_Helpers_Codehinting
*/ |
Produces a 'no quick available for $$this' at the bottom of the code completion popup.