as of PDT 2.0 the ability to force a variable type with @var stopped
working for me:
/* @var $action ivExtjsActions */
$action->
the code above worked fine in PDT 1, but now all I get is No completions
available. Was the PHPDoc code changed? I tried to search the newsgroups,
but couldn't find anybody mentioning this feature in the new PDT 2 version.
Other PHPDoc tags work fine (@param, @return etc.). Any help would be
appreciated.