[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: PDT 2.1.0 @var autocomplete not working

Mark Kirchner wrote:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=238505

or

https://bugs.eclipse.org/bugs/show_bug.cgi?id=260330

The "workaround" mentioned in bug 238505 (comment no. 6) works like this:

/* @var $action ivExtjsActions */
$action = $action;
$action->

Which seems to be quite ... well, let's say ... sub-optimal.

Regards,
Mark

Thanks a lot for your help, it works now. Not ideal solution, but i've got my code completion working :-)


--ft