PhpDoc. Parameterization of variables in Eclipse

Posted by Beono on Stack Overflow See other posts from Stack Overflow or by Beono
Published on 2010-05-02T13:14:37Z Indexed on 2010/05/02 13:17 UTC
Read the original article Hit count: 202

Filed under:
|
|
|

Hi.

I heared Eclipse doesn't support parameterization of variables like this:

/**

@var DBProxy

*/

$proxy;

or

/**

@var Uri

*/

$uri = Registry::get('uri');

$uri->...

But no completions available

Is there any other solution?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about phpdoc