Intellisense

It would be handy to be able to provide inline phpdoc hints for variables to help with intellisense.

Something along the lines of:

/**
* @var thisClass
*/
$thisInstance->

Comments

    Please take a look at

    Please take a look at this:

    PhpDoc tutorial

    Hi Web, I'd watched it

    Hi Web,

    I'd watched it before but watched it again to see if I was missing anything.
    I wasn't seeing any intellisense for phpdoc comments until I repeated what was in the video.

    I was only using:

    /*
    @return object
    */

    rather than:

    /**
    @return object
    */

    The latter gives me phpdoc intellisense and provides hints - the former doesn't.
    Thanks for the pointer.

    PhpDoc requires

    PhpDoc requires /**

    Otherwise it is considered a plain-text comment.

    I can't get it (( Could you

    I can't get it (( Could you please explain more simple?